Created
January 25, 2018 11:14
-
-
Save schnapster/3699c3a8221cc8a5f4d5f09731275172 to your computer and use it in GitHub Desktop.
learn these shortcuts for idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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