Hotkeys and shortcuts for Android Studio (Windows)

(Total 34)

Ctrl + Shift + N
General Shortcuts
Go to file
Alt + Arrow Left / Arrow Right
General Shortcuts
Navigate open tabs
Ctrl + E
General Shortcuts
Lookup recent files
Ctrl + G
General Shortcuts
Go to line
Ctrl + Shift + Backspace
General Shortcuts
Navigate to last edit location
Ctrl + B
General Shortcuts
Go to declaration
Ctrl + Alt + B
General Shortcuts
Go to implementation
F4
General Shortcuts
Go to source
Ctrl + U
General Shortcuts
Go to super Class
Ctrl + Alt + H
General Shortcuts
Show Call hierarchy
Ctrl + Shift + F
General Shortcuts
Search in path/project
Ctrl + Alt + L
General Shortcuts
Reformat code
Ctrl + Alt + O
General Shortcuts
Optimize imports
Ctrl + Space
General Shortcuts
Code Completion
Alt + Enter
General Shortcuts
Issue quick fix
Ctrl + Alt + T
General Shortcuts
Surround code block
Shift + F6
General Shortcuts
Rename and refactor
Ctrl + /
General Shortcuts
Line Comment or Uncomment
Ctrl + Shift + /
General Shortcuts
Block Comment or Uncomment
Alt + UP/DOWN
General Shortcuts
Go to previous/next method
Ctrl + P
General Shortcuts
Show parameters for method
Ctrl + Q
General Shortcuts
Quick documentation lookup
Ctrl + Y
General Shortcuts
Delete line
Alt + Delete
General Shortcuts
Safe Delete
Ctrl + F4
General Shortcuts
Close Active Tab
Shift + F10
General Shortcuts
Build and run
Ctrl + F9
General Shortcuts
Build
Ctrl + Shift + A
General Shortcuts
All purpose (Meta)Shortcut
Ctrl + C
Text Basic Shortcuts
Copy
Ctrl + V
Text Basic Shortcuts
Paste
Ctrl + S
Text Basic Shortcuts
Save
Ctrl + O
Text Basic Shortcuts
Open
Ctrl + F
Text Basic Shortcuts
Find
Ctrl + H
Text Basic Shortcuts
Find and Replace