Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I delete a project in IntelliJ IDEA 9?

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?

like image 208
Rob Avatar asked Mar 03 '10 14:03

Rob


People also ask

How do you remove a project?

In the File menu, select Delete Project. All project source code and data will be deleted after you confirm the deletion. You will not be able to recover deleted projects.

How do I delete a File in IntelliJ?

Select an item you want to delete. Select Refactor | Safe Delete from the main or context menu or press Alt+Delete . In the dialog that opens, select necessary options and click OK.

How do I delete a repository in IntelliJ?

Delete a RepositoryNavigate to the project and open the repository. The Repository Settings page will open. Scroll down the Repository Settings page and click Delete repository.

How do I clean up my IntelliJ project?

To clean up the local working copy, do one of the following: Select the desired file or directory in the Project tool window and choose Subversion | Cleanup from the context menu of the selection. Open the desired file in the editor and choose VCS | Subversion | Cleanup from the main menu.


1 Answers

The proper way would be to close IDEA and delete the project directory or just create a new project in the different directory.

like image 67
CrazyCoder Avatar answered Sep 18 '22 11:09

CrazyCoder