Show Menu
Cheatography

Android Studio MacOS Shortcuts Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Moving

Start of line
End of line
Next word
Previous word

Finding

Search in current file

Writing

Auto import
 

Refact­oring

Optimise Imports
Alt + Shift + O
Comment with Line Comment
Cmd + /
Comment with Block Comment
Cmd + Alt + /

Debugging

Run in Debug
Ctrl + D

Running

Run
Ctrl + R
Stop
Cmd + F2
Uninstall
Ctrl + U

VCS

Commit