How to delete projects in Intellij IDEA 14?

后端 未结 4 1653
小鲜肉
小鲜肉 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条回答
  •  一个人的身影
    2021-01-31 14:34

    Deleting and Recreating a project with same name is tricky. If you try to follow above suggested steps and try to create a project with same name as the one you just deleted, you will run into error like

    'C:/xxxxxx/pom.xml' already exists in VFS

    Here is what I found would work.

    1. Remove module
    2. File -> Invalidate Cache (at this point the Intelli IDEA wants to restart)
    3. Close project
    4. Delete the folder form system explorer.
    5. Now you can create a project with same name as before.

提交回复
热议问题