How do I delete project in intelliJ IDEA 10.5?

后端 未结 3 1162
予麋鹿
予麋鹿 2021-02-07 01:14

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 exp

相关标签:
3条回答
  • 2021-02-07 01:51

    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.

    0 讨论(0)
  • 2021-02-07 01:58

    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?

    0 讨论(0)
  • 2021-02-07 02:14

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

    0 讨论(0)
提交回复
热议问题