问题
I've just created a new project but the structure is incorrect so I'd like to start again. It is it possible to delete a project from within IntelliJ or do I just have to close it and delete the relevant .iml/.idea files?
回答1:
The proper way would be to close IDEA and delete the project directory or just create a new project in the different directory.
回答2:
There was no context menu on the project for me. Instead, try this:
- File > Close Project
- In the project selection dialog, select your project
- Press the delete key on your keyboard
回答3:
It seems you can select file -> Open Project. and then by right clicking delete project
来源:https://stackoverflow.com/questions/2372010/how-do-i-delete-a-project-in-intellij-idea-9