Created
April 28, 2020 07:15
-
-
Save rpandey1234/b032c2e408bf08371ae9ba5b120c4e78 to your computer and use it in GitHub Desktop.
Android Studio Shortcuts: Code Editing++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Optimize imports | Control+Alt+O | Control+Option+O | |
|---|---|---|---|
| Delete whole line | Control+Y | Command+Backspace | |
| Duplicate line/selection | Control+D | Command+D | |
| Show toolbar hint about params for a method call | Control+P | Command+P | |
| Complete statement | Control+Shift+Enter | Command+Shift+Enter | |
| Clipboard History | Control+Shift+V | Command+Shift+V |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment