This is a draft cheat sheet. It is a work in progress and is not finished yet.
NAVIGATION
Ctrl+H |
Search |
Ctrl+Shift+T |
Open type |
Ctrl+Shift+R |
Open resource |
Ctrl-Shift-G |
Find references |
Ctrl-G |
Find declarations |
F3 |
Open declaration |
F2 |
Open Information (Tooltip) |
Ctrl-T |
Show Type Heirarchy (Sub&Super) |
Ctrl-O |
Show File Outline (second press for inherited members) |
Move In File
Alt+←/→ |
Back/Forward |
Alt+↑/↓ |
Move selection |
Ctrl+←/→ |
Jump word |
Ctrl+⇧Shift+↑/↓ |
Jump method |
Ctrl+L |
Jump to Line |
Ctrl+Q |
Jump to last location edited |
|
|
Editor
Ctrl+1 |
Quickfix |
Alt+⇧Shift+Z |
Surround with |
Alt+⇧Shift+S, R |
Generate Getter&Setter |
Ctrl+/ |
Toggle Comment (//) |
Ctrl+⇧Shift+7 |
Add Block Comment (/.../) |
Ctrl+⇧Shift+ß |
Remove Block Comment (/.../) |
Alt+⇧Shift+J |
Add JavaDoc Comment (/*.../) |
Ctrl+D |
Delete Line |
Alt+/ |
Propose word completion |
Shift+Enter |
Add blank line below |
Debug
Ctrl-F5 |
Step Into Selection |
Ctrl-R |
Run to Cursor |
Cleanup
Ctrl-Shift-O |
Organize Imports |
Ctrl+⇧Shift+F |
Format Source |
Ctrl+I |
Correct indentation |
|