Android Studio Keyboard Shortcuts
Android Studio, the official IDE for Android app development, provides tools for coding, debugging, and building applications. Mastering its keyboard shortcuts improves productivity, enabling efficient navigation, editing, and debugging workflows.
Official URL: https://developer.android.com/studio
Navigation
Navigate to class
Ctrl+N
Navigate to file
Ctrl+Shift+N
Navigate back
Ctrl+Alt+Left
Navigate forward
Ctrl+Alt+Right
Editing
Duplicate line or block
Ctrl+D
Delete line
Ctrl+Y
Join lines
Ctrl+Shift+J
Code Completion
Basic code completion
Ctrl+Space
Smart code completion
Ctrl+Shift+Space
Refactoring
Rename
Shift+F6
Extract method
Ctrl+Alt+M
Debugging
Step over
F8
Step into
F7
Step out
Shift+F8
Build Tools
Make project
Ctrl+F9
Run the application
Shift+F10
Miscellaneous
Show intention actions and quick fixes
Alt+Enter
Reformat code
Ctrl+Alt+L
Android Studio
Additional information not available for this software.