Skip to content

Instantly share code, notes, and snippets.

@rpandey1234
Created April 28, 2020 07:10
Show Gist options
  • Save rpandey1234/d560125c9e1e3b7e630227e594596796 to your computer and use it in GitHub Desktop.
Save rpandey1234/d560125c9e1e3b7e630227e594596796 to your computer and use it in GitHub Desktop.
Android Studio Shortcuts: Code Editing
Description Windows/Linux Mac
Project quick fix Alt+Enter Option+Enter
Move cursor by words Alt+←/→ Option+←/→
Reformat code Control+Alt+L Command+Option+L
Comment/uncomment Control+/ Command+/
Autocomplete Tab for replacement/enter for full Tab for replacement/enter for full
Move code block up/down Alt+Shift+↑/↓ Option+Shift+↑/↓
Rename Shift+F6 Shift+F6
Select multiple occurrences Alt+J Control+G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment