Notes

Android Studio Shortcuts

Daniel Weibel
Created 1 Oct 2016
  • Ctrl-o: select methods to override/implement
  • Ctrl-j: Javadoc of class/method under cursor
  • Cmd-click
    • On class/method: go to source file of this class/method
    • On variable: go to declaration of this variable
    • On variable declaration: show project-wide usage of this variable
  • Shift-F6: refactor rename
  • Cmd-F12: show class overview (methods/fields/nested classes/enums)