Skip to content

Instantly share code, notes, and snippets.

@prashanth-g
Last active October 3, 2019 16:41
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 prashanth-g/2cc04dc1888b0a47a1f670e192322caf to your computer and use it in GitHub Desktop.
Save prashanth-g/2cc04dc1888b0a47a1f670e192322caf to your computer and use it in GitHub Desktop.

Intellij Shortcuts:

Shift + Command + A -> Show Shortcuts

Command + O -> Navigate Class

Shift + Command + O -> Navigate Files

Font ligatures for ->, !=

Double Shift -> Show Every options

Command + E -> Recent Commands

Shift + Command + E -> Recent Locations

Shift + Command + F12 -> Hide all windows

Shift + F4 -> Drag editor

Option(Alt) + Up -> Select Up

Option(Alt) + Down -> Select Down

Shift + Option + Up/Down -> Move code

Shift + Command + V -> Contents in clipboard

Option + / -> Hippy Completion

Shift + Command + Enter -> Complete the code with semicolon

Option + Enter -> Edit Context Options(Especially for JSON)

Command + Shift + T -> Shift between Class and Test Class

Command + Option + V -> Extract variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment