Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse "Go Into" with Intellij

In Eclipse if you right-click on a project folder, you have the option to "Go Into". Is there something similar in IntelliJ?

In large projects it can be useful to narrow your working space down to a single module or directory.

enter image description here

like image 218
Patrick Avatar asked Apr 23 '15 19:04

Patrick


1 Answers

The easiest option is to use the "Add to Favorites" action to add a module or directory to a favorites list. Then the Favorites list will show only that module/directory and its children.

Another option is to set up a scope in Settings | Appearance and Behavior | Scopes and to switch to the view of that scope in the Project view. This is more difficult to set up than Favorites, but also more flexible and less cluttered.

like image 69
yole Avatar answered Oct 03 '22 05:10

yole