TomCB
TomCB

Reputation: 4063

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.

Upvotes: 8

Views: 6447

Answers (2)

JanivZ
JanivZ

Reputation: 2325

For Windows users:

CTRL+SHIFT+- - to minimize

CTRL+SHIFT++ - to expand

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

Upvotes: 7

Hatoriz
Hatoriz

Reputation: 306

They call folding in android studio, I guess.

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

Upvotes: 19

Related Questions