StackTips
 4 minutes

Android Studio Shortcuts for Mac OS X Users

By Nilanchala @nilan, On Sep 17, 2023 Android 2.35K Views

Android Studio IDE

Android Studio brings tons of keyboard shortcuts that helps developers to keep hands more on keyboard rather than relying much on the mouse. The lesser you use mouse, results in faster development. Well, let us see some of the shortcuts for android studio for Mac user.

Android Studio Shortcuts for Mac OS X

Android Studio Command Type Mac OS X Shortcuts
Reformat codeOPTION + CMD + L
Show selected API documentationF1 / FUNCTION + F1
Generate Source CodeCMD + N
Jump to sourceCMD + DOWN ARROW KEY
Delete LineCMD + BACKSPACE
Search by symbol nameOPTION + CMD + O
BuildCMD + F9
Build and RunCTRL + R
Toggle Project Sidebar VisibilityCMD + 1
Open ClassCMD + O
Open File ( including resources)CMD + SHIFT + O
Recent Files OpenedCMD + E
Recently edited filesCMD + SHIFT + E
Previous Next/Previous ErrorF2 / FUNCTION F2
Last Edited LocationCMD + SHIFT + BACKSPACE
Last LocationCMD + [ and CMD + ]
Go to DeclarationCMD + B
Go to SuperCMD + Y
Next Word NavigationALT + LEFT/RIGHT ARROW KEY
FindCMD + F
Find in PathSHIFT + CMD + F
Refactor Class, MethodCTRL + T
nilan avtar

Nilanchala

I'm a blogger, educator and a full stack developer. Mainly focused on Java, Spring and Micro-service architecture. I love to learn, code, make and break things.