Android Studio : All Shortcut Keys
Navigation Shortcuts
Programming Shortcuts
General Shortcuts
| Shortcut Keys | Functions | 
| Ctrl + N | Go to class | 
| Ctrl + Shift + N | Go to file | 
| ALT + Left-Arrow; ALT + Right-Arrow | Navigate open tabs | 
| CTRL + E | Lookup recent files | 
| CTRL + G | Go to line | 
| CTRL + SHIFT + BACKSPACE | Navigate to last edit location | 
| CTRL + B | Go to declaration | 
| CTRL + ALT + B | Go to implementation | 
| F4 | Go to source | 
| CTRL + U | Go to super Class | 
| Ctrl + Alt + H | Show Call hierarchy | 
| CTRL + SHIFT + F | Search in path/project | 
Programming Shortcuts
| Shortcut Keys | Functions | 
| CTRL + ALT + L | Reformat code | 
| CTRL + ALT + O | Optimize imports | 
| CTRL + SPACE | Code Completion | 
| ALT + ENTER | Issue quick fix | 
| CTRL + ALT + T | Surround code block | 
| Shift + F6 | Rename and refactor | 
| CTRL + / | Line Comment or Uncomment | 
| CTRL + SHIFT + / | Block Comment or Uncomment | 
| ALT + UP/DOWN | Go to previous/next method | 
| CTRL + P | Show parameters for method | 
| CTRL + Q | Quick documentation lookup | 
General Shortcuts
| Shortcut Keys | Functions | 
| CTRL + Y | Delete line | 
| Alt + DELETE | Safe Delete | 
| CTRL + F4 | Close Active Tab | 
| SHIFT + F10 | Build and run | 
| CTRL + F9 | Build | 
| CTRL + SHIFT + A | All purpose (Meta)Shortcut | 

Comments
Post a Comment