Skip to content

Instantly share code, notes, and snippets.

@the-dagger
Last active April 30, 2016 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-dagger/33b5ececed2a4360301beec17044fc27 to your computer and use it in GitHub Desktop.
Save the-dagger/33b5ececed2a4360301beec17044fc27 to your computer and use it in GitHub Desktop.
A collection of shortcuts for Android Studio on Windows and Linux
alt + f7 = find usage
ctrl + q = quick documentation
shift + f6 = refactor
ctrl + o = overide
ctrl + i = implement
ctrl + space = code completion
ctrl + shift + space = smarttype
ctrl + w = select word
alt + ins = generete code (getter, setter, constructor
ctrl + alt + l = reformat code
ctrl + y = delete line
ctrl + alt + t = surround with
alt + shift + up / down = move line up / down
ctrl + d = copy line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment