How to delete items in IDEA from zero to mastery (31)

About the Author

Author name: Programming Ming Ming Shiyin
Introduction: CSDN blog expert, has been engaged in software development for many years, proficient in Java, JavaScript, bloggers also learn and grow step by step from scratch, know the importance of learning and accumulation, and like to play with the majority of ADCs Wild Upgrade, welcome your attention, and look forward to learning, growing, and taking off with you!

introduction

I was an old programmer who used eclipse and myeclipse all the time. Many of my fans said they wanted to use ideas and asked me why I didn’t use ideas. I learned more Java knowledge and practiced more, but as a fan fan, how could I refuse the request of fans, so I secretly learned a wave (bring it to you), and then wrote this series, I hope Friends can gain something, Brother Ming will work hard to update.

navigation

✪ IDEA from zero to proficient catalog index
◄Previous [30] Solutions for plug-ins not found in the Plugins market
►Next [32] IDEA opens and enters the welcome interface

overview

Deleting projects in IDEA is much more troublesome than in eclipse, let's do it below.

1. Delete the module

  1. Select the item to be deleted, right click Remove Module (remove module) or press the shortcut key Delete
    insert image description here
  2. Click Remove, but the project is not directly removed from disk
    insert image description here
  3. You can see that some files will remain
    insert image description here
  4. In this step, the file is not actually deleted from the disk.

2. Delete files on disk

  1. Right-click the project, select Show in Explorer to enter the directory where the project is located.

insert image description here
insert image description here

  1. In IDEA, close Project in the menu File to close the project (can only be deleted after closing the project)

insert image description here

  1. Enter the welcome interface
  • If you do not automatically enter the welcome interface, reopen IDEA by yourself
  • If the configured IDEA enters the last project by default, it will not enter the welcome interface. It needs to be configured. You can refer to my next article and enter the welcome interface after opening IDEA.
  1. Delete in the welcome screen

Put the mouse on the item to be deleted, there will be a × delete button on the right, click delete.
insert image description here

  1. Finally, manually delete the project file in the folder, so far the project has been deleted.
    insert image description here

summary

This section summarizes "How IDEA deletes projects", I hope it can be helpful to everyone, please help [Like] + [Favorite] + [Punch in the comment area] If you are interested in learning Java with Brother Xiaoming, [Follow a wave] Don't get lost.

Please go to the bottom of the article to help [One-click three links] Thank you!

insert image description here

navigation

✪ IDEA from zero to proficient catalog index
◄Previous [30] Solutions for plug-ins not found in the Plugins market
►Next [32] IDEA opens and enters the welcome interface

Popular column recommendation

【1】Java mini-games (Tetris, Plants vs. Zombies, etc.)
2】JavaWeb project combat (library management, dormitory management, etc.)
【3】JavaScript wonderful examples (aircraft wars, verification codes, etc.)
200 cases
[5] Learn Java from zero, learn Java with fun
[6] IDEA from zero to proficient
insert image description here

Guess you like

Origin blog.csdn.net/dkm123456/article/details/123381998