How to expand folder branch in Project Window Intellij IDEA?

folderbrowserdialog, intellij-idea, java-package, subdirectory

Solution

* 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:

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

Problem

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?

Original source