Being More Productive With Android Studio – Part 3

As we have already seen some of the android studio shortcuts in previous tutorial.

  1. Being More Productive With Android Studio – Part 1
  2. Being More Productive With Android Studio – Part 2

Today we will see some more shortcuts to increase your productivity with less efforts.

Search in Project

Windows : CTRL + SHIFT + F 
macOS : CTRL + SHIFT + F

It allows you to perform search  operation inside your current project.

Android Studio shortcut


Optimize import

Windows : CTRL + ALT + O
macOS : CMD + ALT + O

It will delete unnecessary and unused imports, however you can also enable this setting from preferences -> Editor -> General -> Auto import -> Optimize import on fly

Android Studio shortcut


Issue Quick Fix

Windows : ALT + ENTER
macOS : ALT + ENTER

It will suggest you to quick fix your compile time errors.

Android Studio shortcut


Line Comment

Windows : CTRL + /
macOS : CMD + /

It will comment/uncomment your current line.

Android Studio shortcut


Block Comment

Windows : CTRL + SHIFT + /
macOS : CTRL + SHIFT + /

It will comment/uncomment selected block of code.

Android Studio shortcut


Method Parameter

Windows : CTRL + P
macOS : CMD + P

shows you all available parameter of method/function.

Android Studio shortcut

Follow me

Ravi Rupareliya

He is author of Android Gig. He loves to explore new technologies and have worked on Android, React Native, Action on Google and Flutter.
Ravi Rupareliya
Follow me
Being More Productive With Android Studio – Part 2
Getting Started With Firebase Android