Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to expand folder branch in Project Window Intellij IDEA?

Sometimes I close folder/package in Project Tool Window and then I should click every folder in it to open them . How to avoid this and open all folders/packages quickly?

like image 422
user2171669 Avatar asked Feb 06 '14 11:02

user2171669


People also ask

How do I expand a folder in IntelliJ?

You can collapse or expand all root-level layer groups by holding down Cmd + click on the triangle icon. Hold down Cmd + Opt + click on the triangle icon will collapse or expand all level layer groups.

How do I change folder structure in IntelliJ?

From the main menu, select File | Project Structure Ctrl+Alt+Shift+S and click Modules. Select the necessary module and open the Sources tab. to the right of the necessary folder (folder path). Specify the path relative to the output folder root, and click OK.

How do I expand a folded package chain in IntelliJ?

Just simply uncheck flatten modules, flatten package on right-click on PACKAGE drop-down. Save this answer.

How do I change project structure view in IntelliJ?

To change settings of a module that hosts the file you are currently editing, just press Alt+F1, 7 or open the View menu, select Select In and click Project Structure. IntelliJ IDEA will open the Project Structure dialog and jump to the required module.


1 Answers

* on numpad


Also see IDEA guide about Title bar context menu and customize project window as you need.

Navigate to any folder / package by name! Use the shortcut Shift+Ctrl+N(on Mac ++N) in the pop-up window type name of folder / package, and end of name add /, for example src/. See here guide for more understanding.

Use the great feature Speed Search for quick navigation:

enter image description here

And also use shortcut Alt+1 to open, Shift+Esc to hide Project Tool Window.

like image 180
Anton Dozortsev Avatar answered Oct 13 '22 14:10

Anton Dozortsev