Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Closing unused modules in intellij idea like in eclipse

As I know for now there is no any feature to do that in intellij idea. I dont know why but they dont support to do that, at least this is the result which I found with all my researching. Maybe some of us manage this problem with different ways. How do you work with multiple modules in intellij? How should I increase the performance while working with multiple projects?

like image 587
Mustafa Güven Avatar asked Mar 20 '14 08:03

Mustafa Güven


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 close an IntelliJ project?

From the main menu, select File | Close All Projects. This action closes all projects that are currently opened in IntelliJ IDEA.

Where is module settings in IntelliJ?

From the main menu, select File | Project Structure Ctrl+Alt+Shift+S . Under Project Settings, select Modules | Sources.


1 Answers

Closing unused modules in intellij idea like in eclipse?

You can make that module directory as excluded from that project.

Right clicked on the directory, then goto Mark Directory As -> then click Excluded it

To Add a module back, click on Project Structure button, then goto Modules section, then you can add them back

enter image description here

like image 149
Abimaran Kugathasan Avatar answered Oct 05 '22 20:10

Abimaran Kugathasan