AppsAndroid Studio › Linux

Android Studio Linux Shortcuts

44 shortcuts · View all OS →

WindowsmacOSLinuxCompare all
ActionLinux Shortcut
Build & Run
Build projectCtrl+F9
Run appShift+F10
Debug appShift+F9
Stop runningCtrl+F2
Run with coverageCtrl+Shift+F10
Apply changesCtrl+F10
Sync project with GradleCtrl+Shift+O
Code Editing
Code completion (basic)Ctrl+Space
Code completion (smart)Ctrl+Shift+Space
Show intention actionsAlt+Enter
Reformat codeCtrl+Alt+L
Optimize importsCtrl+Alt+O
Duplicate lineCtrl+D
Delete lineCtrl+Y
Move line upAlt+Shift+Up
Move line downAlt+Shift+Down
Comment / uncomment lineCtrl+/
Comment blockCtrl+Shift+/
Surround with…Ctrl+Alt+T
Navigation
Search everywhereShiftShift
Go to classCtrl+N
Go to fileCtrl+Shift+N
Go to declarationCtrl+B
Go to implementationCtrl+Alt+B
Find usagesAlt+F7
Navigate backAlt+Left
Navigate forwardAlt+Right
Go to lineCtrl+G
Recent filesCtrl+E
Recently changed filesCtrl+Shift+E
Refactoring
RenameShift+F6
Extract variableCtrl+Alt+V
Extract methodCtrl+Alt+M
Extract fieldCtrl+Alt+F
Extract constantCtrl+Alt+C
InlineCtrl+Alt+N
MoveF6
Debugging
Toggle breakpointCtrl+F8
Step overF8
Step intoF7
Step outShift+F8
Resume programF9
Evaluate expressionAlt+F8
View breakpointsCtrl+Shift+F8