23

I have created a project in IntelliJ IDEA 10.5, but it is very difficult to delete it. The project manager in Eclipse is much better than IntelliJ IDEA.

Can anybody explain to me how to do it from IntelliJ IDEA?

James Allman
  • 40,573
  • 11
  • 57
  • 70
itro
  • 7,006
  • 27
  • 78
  • 121

3 Answers3

22

To remove a project in IntelliJ IDEA 10.5, close IDEA and delete the project directory.


As @Sheidaei mentioned in the comments, this does not work for IntelliJ IDEA 12. For deleting projects in IntelliJ 12, see the question which Christian Junk kindly pointed out: How to delete projects in IntelliJ 12?

Community
  • 1
  • 1
eboix
  • 5,113
  • 1
  • 27
  • 38
  • 3
    After deleting the directory, it still shows in recent projects in intellij 12, any ideas? – sheidaei Jan 28 '13 at 20:50
  • 2
    @sheidaei: For IntelliJ 12 please take a look at http://stackoverflow.com/questions/14570743/how-to-delete-projects-in-intellij-12 – Christian Junk Feb 02 '13 at 15:59
  • 1
    @ChristianJunk Sheidaei is actually the person who asked that question. But no worries! Thank you for the link, which I've incorporated into the answer, just in case another person like Sheidaei comes across this question and doesn't know where to go! – eboix Feb 02 '13 at 23:28
7

Delete the .idea folder, and the projectName.iml file, both in the project directory.

Dave Newton
  • 158,873
  • 26
  • 254
  • 302
2

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.

Blue Ice
  • 7,888
  • 6
  • 32
  • 52
Vasan Ramani
  • 302
  • 2
  • 5