Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio collapse all shortcut for mac

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.

like image 865
TomCB Avatar asked Jan 02 '15 22:01

TomCB


2 Answers

They call folding in android studio, I guess.

Shortcut expand: Cmd + '+' Collapse: Cmd + '-' Shortcut expand all: shift + cmd + '+'

like image 135
Hatoriz Avatar answered Oct 10 '22 13:10

Hatoriz


For Windows users:

CTRL+SHIFT+- - to minimize

CTRL+SHIFT++ - to expand

from: https://stackoverflow.com/a/28697392/606724

like image 28
JanivZ Avatar answered Oct 10 '22 14:10

JanivZ