← Back to Applications List
Android Studio

Android Studio

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

Alt+F7
Find Usages
Searches for usages of the symbol at the caret.
💡 Hint: Usages
Ctrl+W
Extend Selection
Expands the selection incrementally each time it's invoked.
💡 Hint: Word selection
Ctrl+P
Show Parameter Info
Shows parameter information for the method at the caret.
💡 Hint: Parameter
Ctrl+B
Go to Declaration
Navigates to the declaration of the symbol at the caret.
💡 Hint: Beclaration
F11
Toggle Bookmark
Toggles a bookmark on the current line.
💡 Hint: Bookmark
Shift+F11
Show Bookmarks
Displays a list of all bookmarks.
💡 Hint: Bookmark list
Alt+
Next Method
Moves to the next method in the file.
💡 Hint: ↓ = Next
Alt+
Previous Method
Moves to the previous method in the file.
💡 Hint: ↑ = Previous
Ctrl+Space
Basic Completion
Displays basic code completion suggestions.
💡 Hint: Space (completion)
Ctrl+Shift+Space
Smart Completion
Provides context-aware code completion suggestions.
💡 Hint: Smart
Ctrl+Shift+Enter
Complete Statement
Completes the current statement by adding necessary syntax.
💡 Hint: Enter
Ctrl+/
Toggle Line Comment
Toggles line comment on/off for current line or selection.
💡 Hint: / = Comment
Ctrl+Shift+/
Toggle Block Comment
Toggles block comment on/off around the selection.
💡 Hint: Block
Ctrl+Alt+T
Surround With
Surrounds the selection with code constructs (e.g., try/catch).
💡 Hint: Tag
Ctrl+Alt+L
Reformat Code
Automatically reformats the code.
💡 Hint: Lint
Shift+F6
Rename
Refactors the name of the symbol at caret.
💡 Hint: Rename
F7
Step Into
Steps into the function during debugging.
💡 Hint: In
F8
Step Over
Steps over to the next line during debugging.
💡 Hint: Over
F9
Resume Program
Resumes program execution until next breakpoint.
💡 Hint: Resume
Alt+1
Show Project
Shows/focuses the Project tool window.
💡 Hint: 1 (project)
Alt+9
Show Version Control
Shows/focuses the Version Control tool window.
💡 Hint: 9 (version control)
Shift+F10
Show Run
Shows/focuses the Run tool window.
💡 Hint: Shift + F10 (run)
Shift+F9
Show Debug
Shows/focuses the Debug tool window.
💡 Hint: Shift + F9 (debug)
Alt+6
Show Logcat
Shows/focuses the Logcat tool window.
💡 Hint: 6 (Logcat)
Esc
Return to Editor
Returns focus from tool window to editor.
💡 Hint: Esc = Editor
Control+Shift+F12
Hide All Tool Windows
Hides (collapses) all tool windows.
💡 Hint: Hide all
Alt+Enter
Show Intention Actions
Shows quick fixes and intention actions.
💡 Hint: Enter (fix)
Ctrl+E
Recent Files
Displays a list of recently accessed files.
💡 Hint: Editor history
Ctrl+F12
File Structure
Shows the structure of the current file.
💡 Hint: File structure
Ctrl+N
Go to Class
Searches for and navigates to a class in the project.
💡 Hint: Navigate
Ctrl+Shift+N
Go to File
Searches for and navigates to a file in the project.
💡 Hint: Navigate file
Ctrl+Alt+Shift+N
Go to Symbol
Searches for and navigates to a symbol in the project.
💡 Hint: Navigate symbol