Android Studio Short Cut Keys
Introduction
Android Studio is the official integrated development environment for Google’s android operating system, it has been designed to provide new tool for app development alternative to Eclipse currently the most widely used IDE. it was announced on may 2013 but its beta stage starting from version 0.8 which was released in 2014. It allows you to see any visual changes you make to your app real time and you can also see how it will look on a number of different android devices. android studio short cut keys helps work more quickly So it can help you to also save your time and effort.
Android Studio Short Cut Keys
Short Cut Key | Function |
Ctrl + C | Copy |
Ctrl + V | Paste |
Ctrl + S | S ave |
Ctrl + O | O pen |
Ctrl + F | F ind |
Ctrl + H | Find and Replace |
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 | |
Ctrl + Alt + L | Reformat code |
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 |
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 |