Keyboard shortcut for expanding all folders of the package tree (project view) in Android Studio?

Is there a way to expand all project view folders in Android Studio 1.5.1? At this point, I should use the right arrow to expand the entire tree.

Thank!

+1
source share
1 answer

AFAIK, there is no way to do this, but if you are trying to find something in the project hierarchy, you can use the CMD+ Shift+ shortcut Oand just start typing.

enter image description here

Please note that it also performs a fuzzy search.

enter image description here

0
source

All Articles