ShortcutsWindows

30 Android Studio Keyboard Shortcuts

When he uses Android Studio shortcuts, an engineer has the power to Bend the environment to his will. This is the first rule that I learned when I started programming. The key to improving efficiency with Android Studio is to avoid using the mouse as much as you can.

Download Android Studio Shortcut keys PDF

Given the below list of Android Studio Shortcut keys, you must navigate through all the IDE. Download Android Studio Shortcut keys in PDF form.

Most used Android Studio Shortcuts

Action Android Studio Shortcut PDF
Copy Ctrl + C
Paste Ctrl + V
Cut Ctrl + X
Open Ctrl + O
Save Ctrl + S
Find Ctrl + F
Find & Replace Ctrl + H
Go to file Ctrl + Shift + N
Navigate open tabs Alt + Left Arrow key
Lookup recent files Ctrl + E
Go to line Ctrl + G
Navigate to the 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 or project Ctrl + Shift + F
Reformat code Ctrl + Alt + L
Optimize imports Ctrl + Alt + O
Code Completion Ctrl + Spacebar
Issue quick fix Alt + Enter
Surround code block Ctrl + Alt + T
Rename and refactor Shift + F6
Line Comment or Uncomment Ctrl + /
Block Comment or Uncomment Ctrl + Shift + /
Go to the previous method Alt + Page Up key
Go to the next method Alt + Page Down key
Show parameters for the method Ctrl + P
Quick documentation lookup Ctrl + Q
Delete line Ctrl + Y
Safe Delete Alt + Delete
Close Active Tab Ctrl + F4
Build and run Shift + F10
Build Ctrl + F9
All-purpose Shortcut Ctrl + Shift + A

So, this was a list of the most useful Android Studio Shortcut keys. It has helped me to improve my productivity manifolds. Using these Android Studio Shortcut keys when programming and refactoring can make a difference in time saved and drastically increase productivity. A detailed list of Visual Studio Shortcuts is also available for you to learn as an Android Studio alternative.

FAQs

How can I quickly open a file or class in Android Studio?

To quickly open a file or class in Android Studio, you can use the following shortcut: Windows/Linux: Ctrl + N

Is there a shortcut to navigate between tabs in Android Studio?

Yes, you can use the following shortcut to navigate between tabs in Android Studio: Windows/Linux: Ctrl + Tab

How can I find and replace text within a file in Android Studio?

To find and replace text within a file in Android Studio, you can use the following shortcut: Windows/Linux: Ctrl + R

Can I quickly comment or uncomment code in Android Studio?

Yes, you can comment or uncomment code in Android Studio using the following shortcuts: Ctrl + /

READ NEXT:

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button