Android studio short cuts lists
The mouse is a productivity killer, the mouse makes us lame. We need shortcuts to be on top. Following are most essential Android Studio shortcuts we need. Navigation Shortcuts Shortcut Description Android Studio Shortcut Go to class Ctrl + N Go to file Ctrl + Shift + N Navigate open tabs ALT + Left-Arrow; ALT + Right-Arrow Lookup recent files CTRL + E Go to line CTRL + G Navigate to last edit location CTRL + SHIFT + BACKSPACE Go to declaration CTRL + B Go to implementation CTRL + ALT + B Go to source F4 Go to super Class CTRL + U Show Call hierarchy Ctrl + Alt + H Search in path/project CTRL + SHIFT + F Programming Shortcuts Shortcut Description Android Studio Shortcut Reformat code ...