Short Cuts
(Short cuts can be changed Settings/Keymap/)
Change Code
| short cut | explanation |
|---|---|
(Ctrl + / )changed to Shift + Ctrl + / | Comment or uncomment code, either the entire block if marked or just the line if. Note: / needs to be the one from the num pad in the original config!Main Menu/Code/Comment Actions/ |
Shift + Alt + ARROW_KEY | Move line of code up or down.Main Menu/Code/Code Formatting Actions/ |
Select and Move
| short cut | explanation |
|---|---|
Alt + j | Select the next occurrence |
Ctrl twice and hold + ARROW_KEY | Multi cursor editing line up/down |
hold Ctrl + click on the identifier | Brings you to the declaration of the method, ... |
Code Snippets
| short cut | code |
|---|---|
sout TAB | System.out.println(); |
psvm TAB | Create a main method |