Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete projects in IntelliJ 12?

People also ask

How do I delete my projects?

To delete a project, first load the project in the source editor by choosing the project from the file manager tree. Click on the File menu on the Editor tab above the source editor. In the File menu, select Delete Project. All project source code and data will be deleted after you confirm the deletion.

What is the easiest way to delete a project?

In the project list, select the project that you want to delete, and then click Delete. In the dialog, type the project ID, and then click Shut down to delete the project.

How do I delete a repository in IntelliJ?

Delete a RepositoryNavigate to the project and open the repository. The Repository Settings page will open. Scroll down the Repository Settings page and click Delete repository.


Press the Del (or fn and delete) key to delete a project from the Recent Projects list.

Vote for this issue to make it more obvious and user friendly.


close project first, or until this dialog appear, then hover your mouse on project you want to delete from history, then press Del main dialog

you'll be asked for confirmation

confirm


On occasion, even with deletion of the project, some tidbits are left behind in the following Windows paths:

  • C:\Users\username.domain\.IntelliJIdea2017.1\system\compiler
  • C:\Users\username.domain\.IntelliJIdea2017.1\system\compile-server
  • C:\Users\username.domain\.IntelliJIdea2017.1\system\frameworks\detection
  • C:\Users\username.domain\.IntelliJIdea2017.1\system\conversion
  • C:\Users\username.domain\.IntelliJIdea2017.1\config\componentVersions
  • C:\Users\username.domain\.IntelliJIdea2017.1\config\tasks

This has been proven to be problematic - for example, if a new project is created using a previously deleted project name, it will create the project with data stored in the above paths, at least, this has been my experience.

The only way to TRULY delete the project is to get rid of all the garbage left behind in the aforementioned folders. I would suggest using Search Everything to find more tidbits left in the users temp folders.


In case your project is imported as a module, you can also go to File --> Project Structure and click 'Modules' in the left section. Now you can hit the minus button to remote the module from the project.


You can also click File -> Open project ...

When a file menu appears, you can right click the unwanted project folder and select Delete.


Just figured, I am using Idea Community edition 13.1.1 and the cleanest and easiest way is to go to File > Reopen project > Clear List. I just stumbled upon this menu today. I always thought that is just to clear the latest projects from the view inside the IDE and just realized it is clearing the projects from the main Dialog too.

-VRS


Also, in IDEA 13.x.x you can go File-> Close Project and you'll land in the window with Recent Projects tab. There pressing Del of Fn + Del on selected project helps .