How to delete projects in Intellij IDEA 14?

后端 未结 4 1641
小鲜肉
小鲜肉 2021-01-31 13:59

I only found how to delete projects in older versions of IDEA but still don\'t see the button in my IDEA 14. Did the Jetbrains guys implement this feature or do I still have to

4条回答
  •  梦毁少年i
    2021-01-31 14:39

    In my strange case, Intellij remembers forever about my project even if I delete .iml... Thus I did the following:

    1. Close project. Delete the .iml file.
    2. Rename my project directory (say my_proj) to my_proj_backup.
    3. (Possibly not needed) Open my_proj_backup in Intellij and close.
    4. Create an empty directory called my_proj, and open it in Intellij. Then close it.
    5. Remove the my_proj and move my_proj_backup back to my_proj. Then open my_proj in Intellij.

    Then it happily forgot the old my_proj :)

提交回复
热议问题