Shortcuts Android Studio for Windows

34 shortcuts2,617 views
Open Trainer

General Shortcuts

WindowsAction
Ctrl+Shift+NGo to file
Alt+Arrow Left/Arrow RightNavigate open tabs
Ctrl+ELookup recent files
Ctrl+GGo to line
Ctrl+Shift+BackspaceNavigate to last edit location
Ctrl+BGo to declaration
Ctrl+Alt+BGo to implementation
F4Go to source
Ctrl+UGo to super Class
Ctrl+Alt+HShow Call hierarchy
Ctrl+Shift+FSearch in path/project
Ctrl+Alt+LReformat code
Ctrl+Alt+OOptimize imports
Ctrl+SpaceCode Completion
Alt+EnterIssue quick fix
Ctrl+Alt+TSurround code block
Shift+F6Rename and refactor
Ctrl+/Line Comment or Uncomment
Ctrl+Shift+/Block Comment or Uncomment
Alt+UP/DOWNGo to previous/next method
Ctrl+PShow parameters for method
Ctrl+QQuick documentation lookup
Ctrl+YDelete line
Alt+DeleteSafe Delete
Ctrl+F4Close Active Tab
Shift+F10Build and run
Ctrl+F9Build
Ctrl+Shift+AAll purpose (Meta)Shortcut

Text Basic Shortcuts

WindowsAction
Ctrl+CCopy
Ctrl+VPaste
Ctrl+SSave
Ctrl+OOpen
Ctrl+FFind
Ctrl+HFind and Replace