I've just created a new project but the structure i开发者_高级运维s 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?
The proper way would be to close IDEA and delete the project directory or just create a new project in the different directory.
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
It seems you can select file -> Open Project. and then by right clicking delete project
精彩评论