Android Studio Keyboard Shortcuts A cheat sheet of the most useful keyboard shortcuts for Android Studio. I made this list when I switched from Eclipse to Android Studio and found the
official list to be overwhelming.
Auto complete Ctrl Space Code completion Ctrl Shift Space Smart code completion (by expected type) Ctrl ⌘ Shift Enter Complete statement (syntax)
Magic Alt Insert ⌘ N Generate code Alt Enter Show quick fix Ctrl Shift F6 Refactor Ctrl ⌘ E Recent files
Navigate Ctrl N ⌘ O Navigate to class Ctrl ⌘ Shift N O Navigate to file Ctrl ⌘ B Jump to declaration Alt Ctrl Up / Down Jump to previous/next method
Comment Ctrl ⌘ / Toggle line comment Ctrl ⌘ Alt Shift / Toggle block comment
Select Ctrl W Alt Up Select successively increasing code blocks Ctrl Shift W Alt Down Decrease current selection to previous state
Edit Ctrl ⌘ D Duplicate Line Ctrl ⌘ Y Delete Delete Line
Search Shift , Shift Search everywhere Ctrl ⌘ F /R Find / Replace F3 ⌘ G Find next Shift F3 ⌘ Shift G Find previous
Other Ctrl Q J Documentation Ctrl ⌘ Alt L Reformat code Ctrl Shift ⌘ A Lookup IDE commands