What would be the code folding shortcut on a mac for Android Studio? Is there a default shortkey for this, or should we define our own? It would be very handy to toggle, specially when working on a smaller screen.
Asked
Active
Viewed 6,176 times
2 Answers
19
They call folding in android studio, I guess.
Shortcut expand: Cmd + '+' Collapse: Cmd + '-' Shortcut expand all: shift + cmd + '+'

Hatoriz
- 306
- 2
- 5
-
what about windows OS, I think Cmd = Ctrl – Salmaan Nov 04 '15 at 04:32
7
For Windows users:
CTRL+SHIFT+- - to minimize
CTRL+SHIFT++ - to expand