7

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?

Anton Dozortsev
  • 4,782
  • 5
  • 34
  • 69
user2171669
  • 745
  • 1
  • 12
  • 22

2 Answers2

12

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

Community
  • 1
  • 1
Anton Dozortsev
  • 4,782
  • 5
  • 34
  • 69
  • 1
    `* on numpad` what is equivalent on Mac short keyboard? – Prostak Sep 29 '15 at 20:14
  • 1
    @Prostak also `*` on numpad, I suggest you to change this shortcut to `8` key. For do that: `Preferences | Keymap` and here find `Fully Expand Tree Node` and assign `8` key – Anton Dozortsev Sep 30 '15 at 17:21
  • there is no `Preferences | Keymap`. There is `Preferences | Keyboard`, but there is no `Keymap` in there also... – Prostak Oct 01 '15 at 18:14
  • 1
    Thank you!!! I was getting tired of restarting my IDE and having to re-expand all of my packages by clicking on them one by one. – Nick H Apr 19 '16 at 19:43
7

after every press numpad * folders will be expaned more and more

Maxple
  • 329
  • 4
  • 5