All hotkeys for Android Studio (Windows)
General ShortcutsGo to file |
Ctrl + Shift + N |
General ShortcutsNavigate open tabs |
Alt + Arrow Left / Arrow Right |
General ShortcutsLookup recent files |
Ctrl + E |
General ShortcutsGo to line |
Ctrl + G |
General ShortcutsNavigate to last edit location |
Ctrl + Shift + Backspace |
General ShortcutsGo to declaration |
Ctrl + B |
General ShortcutsGo to implementation |
Ctrl + Alt + B |
General ShortcutsGo to source |
F4 |
General ShortcutsGo to super Class |
Ctrl + U |
General ShortcutsShow Call hierarchy |
Ctrl + Alt + H |
General ShortcutsSearch in path/project |
Ctrl + Shift + F |
General ShortcutsReformat code |
Ctrl + Alt + L |
General ShortcutsOptimize imports |
Ctrl + Alt + O |
General ShortcutsCode Completion |
Ctrl + Space |
General ShortcutsIssue quick fix |
Alt + Enter |
General ShortcutsSurround code block |
Ctrl + Alt + T |
General ShortcutsRename and refactor |
Shift + F6 |
General ShortcutsLine Comment or Uncomment |
Ctrl + / |
General ShortcutsBlock Comment or Uncomment |
Ctrl + Shift + / |
General ShortcutsGo to previous/next method |
Alt + UP/DOWN |
General ShortcutsShow parameters for method |
Ctrl + P |
General ShortcutsQuick documentation lookup |
Ctrl + Q |
General ShortcutsDelete line |
Ctrl + Y |
General ShortcutsSafe Delete |
Alt + Delete |
General ShortcutsClose Active Tab |
Ctrl + F4 |
General ShortcutsBuild and run |
Shift + F10 |
General ShortcutsBuild |
Ctrl + F9 |
General ShortcutsAll purpose (Meta)Shortcut |
Ctrl + Shift + A |
Text Basic ShortcutsCopy |
Ctrl + C |
Text Basic ShortcutsPaste |
Ctrl + V |
Text Basic ShortcutsSave |
Ctrl + S |
Text Basic ShortcutsOpen |
Ctrl + O |
Text Basic ShortcutsFind |
Ctrl + F |
Text Basic ShortcutsFind and Replace |
Ctrl + H |