← Back to Shortcut Collections
Android Studio

Android Studio

Google's official Android development environment supporting innovative app development with emulator, profiler, and layout editor

Shortcuts for fast jumps and search features to classes, methods, and files to understand code without getting lost in large Android projects

Ctrl+B
Go to Declaration
Navigates to the declaration of the symbol at the caret.
💡 Hint: Beclaration
🎯 Instantly jump to variable and method definitions to quickly understand code structure
Alt+F7
Find Usages
Searches for usages of the symbol at the caret.
💡 Hint: Usages
🎯 Search all locations where selected symbols are used to understand impact scope
Ctrl+N
Go to Class
Searches for and navigates to a class in the project.
💡 Hint: Navigate
🎯 Fast search for classes by name within the project and navigate directly to target classes
Ctrl+Shift+N
Go to File
Searches for and navigates to a file in the project.
💡 Hint: Navigate file
🎯 Fast search by filename to instantly find target files even in large projects
Ctrl+Alt+Shift+N
Go to Symbol
Searches for and navigates to a symbol in the project.
💡 Hint: Navigate symbol
🎯 Cross-search methods, variables and other symbols to identify code from entire project
Ctrl+E
Recent Files
Displays a list of recently accessed files.
💡 Hint: Editor history
🎯 Instantly switch to working files from recently edited file history
Ctrl+F12
File Structure
Shows the structure of the current file.
💡 Hint: File structure
🎯 Display current file structure overview for quick access to methods and fields
Alt+
Next Method
Moves to the next method in the file.
💡 Hint: ↓ = Next
🎯 Navigate to next method definition within file for efficient code review
Alt+
Previous Method
Moves to the previous method in the file.
💡 Hint: ↑ = Previous
🎯 Navigate to previous method definition within file for free navigation between methods