Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ 11 - Can't delete module? (Mac)

How do you delete modules from projects in IntelliJ on a Mac? Normal delete doesn't work and the context menu doesn't show a delete option?

[Switched from Eclipse to IntelliJ a few days ago]

edit

Module was originally checked out from SVN if that makes any difference?

edit

Sorry I was being stupid, deleting is done with fn + backspace not cmd + backspace (for Macs without the Del key).

like image 792
arkangelofkaos Avatar asked Jan 31 '12 14:01

arkangelofkaos


People also ask

How do I remove a module from IntelliJ?

Using IntelliJ 2016.5, to remove a Maven module and it's underlying source code and remove it as a sub-module from the parent, go to the Project Files tab, find the unwanted module and use the triangle symbol to open it, then delete the entry that represents it on disk.

How do I remove a project module?

Step 1: First, go to the project section on the left-hand side of the Android studio. Step 2: Right-click on the project whose module you want to delete and go to the option of Load/Unload modules. Click on the module which you want to delete and click on unload button.

How do I delete dependencies in IntelliJ?

Before removing a dependency, make sure that it is not used in other modules in the project. To do so, select the necessary dependency and press Alt+F7 . You can also use the Find Usages option of the context menu. or press Alt+Delete .


1 Answers

Open Project Structure | Modules and press the [-] button to remove the selected module.

like image 196
CrazyCoder Avatar answered Sep 20 '22 01:09

CrazyCoder