Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active April 13, 2018 11:50
Show Gist options
  • Select an option

  • Save davidbarkhuizen/01661dbc894dcd4bbc6363a78dad8e6e to your computer and use it in GitHub Desktop.

Select an option

Save davidbarkhuizen/01661dbc894dcd4bbc6363a78dad8e6e to your computer and use it in GitHub Desktop.
intellij cheat sheet
NAVIGATION
# navigate to symbol definition cmd + B
# navigate backwards cmd + opt + left
# navigate forwards cmd + opt + right
# goto class cmd + O
# goto file shift + cmd + O
# goto symbol cmd + opt + O
# search in path cmd + shift + f
CODE FORMATTING
# fold current code cmd + -
# unfold current code cmd + +
# re-format entire file cmd + shift + opt + L
REFACTOR
# remove unused imports ctrl + opt + O
# rename symbol shift + fn + F6
INSPECTION
# evaluate inferred type ctrl + shift + P
# view structure cmd + 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment