Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I delete project in intelliJ IDEA 10.5?

Tags:

I have created a project in IntelliJ IDEA 10.5, but it is very difficult to delete it. The project manager in Eclipse is much better than IntelliJ IDEA.

Can anybody explain to me how to do it from IntelliJ IDEA?

like image 415
itro Avatar asked Dec 11 '11 17:12

itro


People also ask

How do you remove a project?

To delete a project, first load the project in the source editor by choosing the project from the file manager tree. Click on the File menu on the Editor tab above the source editor. In the File menu, select Delete Project. All project source code and data will be deleted after you confirm the deletion.

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 .

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.

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.


1 Answers

To remove a project in IntelliJ IDEA 10.5, close IDEA and delete the project directory.


As @Sheidaei mentioned in the comments, this does not work for IntelliJ IDEA 12. For deleting projects in IntelliJ 12, see the question which Christian Junk kindly pointed out: How to delete projects in IntelliJ 12?

like image 91
eboix Avatar answered Nov 05 '22 01:11

eboix