Member-only story
Two A key shortcuts in Android Studio worth remembering!
Remembering shortcut keys is hard. But what if there’s only one Key to remember that you’ll get two powerful shortcuts in Android Studio just with the letter A? Check it out!
1. Shift ⇧ + Command ⌘ + A
This shortcut is created by IntelliJ as SEARCH ALL shortcut key.
It allows one to search for CLASSES, FILES, SYMBOL as well as ACTIONS which is what features or shortcut there is in IntelliJ.
Just type in the keyword, and the list of items will smartly appear as below. It even has setting you could turn ON/OFF without you go to the setting directly as shown in the diagram below.
Check it out and have fun!!
2. Shift ⇧ + Control ⌃ + A
How many times after compile you App and need to run it again? Do you
- Go to the emulator/device and click the App again to launch it, or
- Click compile again? (Oh so slow…).
- Or you have an ADB command in the terminal to do so?