How do I delete project in intelliJ IDEA 10.5?

让人想犯罪 __ 提交于 2020-01-01 01:56:08

问题


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?


回答1:


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?




回答2:


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




回答3:


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.



来源:https://stackoverflow.com/questions/8465875/how-do-i-delete-project-in-intellij-idea-10-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!