Being More Productive With Android Studio – Part 3
As we have already seen some of the android studio shortcuts in previous tutorial.
- Being More Productive With Android Studio – Part 1
- 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.
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
Issue Quick Fix
Windows : ALT + ENTER
macOS : ALT + ENTER
It will suggest you to quick fix your compile time errors.
Line Comment
Windows : CTRL + /
macOS : CMD + /
It will comment/uncomment your current line.
Block Comment
Windows : CTRL + SHIFT + /
macOS : CTRL + SHIFT + /
It will comment/uncomment selected block of code.
Method Parameter
Windows : CTRL + P
macOS : CMD + P
shows you all available parameter of method/function.
Ravi Rupareliya
Latest posts by Ravi Rupareliya (see all)
- Dialogflow Entities With Actions on Google - May 7, 2020
- Actions on Google Using Cloud Functions - February 3, 2020
- Create WhatsApp Stickers Android Application - April 19, 2019