Skip to content

Instantly share code, notes, and snippets.

@38leinaD
Last active March 25, 2020 14:59
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 38leinaD/b4e2283d6c1665068e54fce7f6bfd9fc to your computer and use it in GitHub Desktop.
Save 38leinaD/b4e2283d6c1665068e54fce7f6bfd9fc to your computer and use it in GitHub Desktop.
Ctrl+M: Maximize view
Ctrl+Shift+R : jump to resource
Ctrl+Shift+T : jump to class
Ctrl+. : jump to next error
Ctrl+Shift+G : search for references
Ctrl+Shift+P : select matching bracket
Alt+Arrows : go forward / backwards
Ctrl+Space : autocomplete
Ctrl+Shift+F : format source
Ctrl+Shift+O : organize imports
Ctrl+D : delete line
Ctrl+O: Class outline
Ctrl+F3 on a classname: Open inline outline of that class
Ctrl+E: Switch between open files
Ctrl+F11: Rerun last
Alt+Shift+N: New...
Alt+Shift+S: Source context-menu
Alt+Shift+T: Refactor context-menu
Alt+Shift+X,T : Run tests
Alt+Shift+W: Open resource in other view (e.g. Filesystem Explorer)
Shift+F10: Context-menu
Ctrl+Shift+V: To paste exception from clipboard
Ctrl+Alt+Shift+L: Quick search
Ctrl-F7 and Maj-Ctrl-F7 : switch between opened views
Ctrl-F8 and Maj-Ctrl-F8 : switch between perspectives
Alt-Shift Q Q : open a closed view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment