Skip to content

Instantly share code, notes, and snippets.

@schnapster
Created January 25, 2018 11:14
Show Gist options
  • Save schnapster/3699c3a8221cc8a5f4d5f09731275172 to your computer and use it in GitHub Desktop.
Save schnapster/3699c3a8221cc8a5f4d5f09731275172 to your computer and use it in GitHub Desktop.
learn these shortcuts for idea
learn these shortcuts for idea
move editor:
ctrl + up/down
move line/block in editor:
ctrl + shift + up/down
see things/general shortcuts:
ctrl + e / double shift / ctrl + shift + a
mark a word/expression/whole line:
ctrl + w( + w + w)
extract to variable:
alt + shift + v
implement/override, getter/setter:
ctrl + i / ctrl + o , alt + insert
refactor:
alt + f6
see possible parameters:
ctrl + p
do in parathesis to see documentation for method:
ctrl + q
placing multiple cursors:
alt-shift-click
Hold middle click and drag up and down to place them on many lines in a row
select a box instead of lines:
middle-click-drag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment