Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expand all entries in tree with one click

Everytime reopen my android studio project all entries of the left tree get closed.
How to avoid that / or open them with one click instead of open one by one?

Directly show:

enter image description here

Instead of:

enter image description here

like image 668
Tomblarom Avatar asked Jun 02 '15 10:06

Tomblarom


2 Answers

Another way to expand entire directory structure is to click/select any folder from where you want to expand the sub directories and click-hold right arrow button, this will do the job.

like image 186
Pratik Deoolwadikar Avatar answered Oct 16 '22 08:10

Pratik Deoolwadikar


Best way is to go to Android Studio Preferences and search for Fully Expand Tree Node. There you can either add abbreviation specific to you or new shortcut. Usually you select package you want to expand and search with double pressing Shift then you hit it or use that shortcut and every sub directory or package will get expanded. There is no delay its instant.

like image 30
Kebab Krabby Avatar answered Oct 16 '22 10:10

Kebab Krabby