- Open Class
Ctrl+N
- Open file
Ctrl+Shift+N
- Move a line
Alt+Shift+Up/Down
- Copy whole line
Ctrl+C
- Cut whole line
Ctrl+X
- Duplicate line
Ctrl+D
- Delete line
Ctrl+Y
- Last edit location
Ctrl+Shift+Backspace
- Next/Previous search occurrences
Ctrl+Alt+Up/Down
- Extend/Shrink selection
Ctrl+W
,Ctrl+Shift+W
- Go to line
Ctrl+G
- Go to test (and back)
Ctrl+Shift+T
- Move a statement
Ctrl+Shift+Up/Down
- Refactor > Extract variable
Ctrl+Alt+V
- Refactor > Extract method
Ctrl+Alt+M
- Refactor > Extract field
Ctrl+Alt+F
- Refactor > Extract constant
Ctrl+Alt+C
- Refactor menu
Ctrl+Alt+Shift+T
- Multi clipboard
Ctrl+Shift+V
- Launch config
Ctrl+Shift+F10
(= run),Ctrl+Shift+F9
(= edit) - Run last config
Ctrl+F5
- Recently files
Ctrl+E
- Recently edited files
Ctrl+Shift+E
- Next error/warning
F2
- Column selection
Alt+Shift+Insert
- Back to the Editor
Esc
- Join lines
Ctrl+Shift+J
- Git > Commit
Ctrl+K
- Git > Update
Ctrl+T
- Git > Push
Ctrl+Shift+K
- Bookmarks > Add
F11
- Bookmarks > Show all
Shift+F11
- Move a parameter left/right
Ctrl+Shift+Left/Right
- Call Hierarchy (+ Prod/Test Scopes)
Ctrl+Alt+b
- Navigate symbol
Ctrl+Shift+Alt+N
- Multi-cursor selection
Alt+J
,Alt+Shift+J
,Ctrl+Alt+Shift+J
,Ctrl+Ctrl+Up/Down
- Hippie Completion
Alt+/
,Alt+Shift+/
- Inline view
Ctrl+Shift+I
- Minimise all tool windows
Ctrl+Shift+F12