Cheatography
https://cheatography.com
The most important shortcuts for Eclipse IDE
General
Quick access search |
Ctrl+3 |
Find/replace in the current file |
Ctrl+F |
Find/replace in current file/project/workspace |
Ctrl+H |
Show Javadoc |
F2 |
Refactoring
Rename |
Alt + Shift + R |
Move class/method |
Alt + Shift + V |
Refactoring options |
Alt + Shift + T |
Change method signature |
Alt + Shift + C |
Extract method |
Alt + Shift + M |
Extract local variables |
Alt + Shift + L |
Inline variable/method/constant |
Alt + Shift + I |
Debug/Run
Resume programm |
F9 |
Continue execution until next breakpoint |
F8 |
Step return |
F7 |
Step over |
F6 |
Step into |
F5 |
Debug last application launched |
F11 |
Run last application launched |
Ctrl+F11 |
Build all workspace projects |
CTRL + B |
|
|
Editing
Delete line |
CTRL +D |
Move current line |
ALT + up/down arrow |
Open content assist dialog |
Ctrl+Space |
Show all possible fixes |
Ctrl+1 |
Deletes previous word |
Ctrl + Backspace |
To lowercase |
Shift + Ctrl + y |
To uppercase |
*Shift + Ctrl + x * |
Organize imports |
Ctrl + Shift + O |
Add import |
Ctrl + Shift + M |
Format code |
Ctrl + Shift + F |
Toggle single line comment |
Ctrl + / |
Toggle comment block |
Ctrl + Shift + / |
Generate Getter/Setter |
Alt + Shift + S, R |
Generate constructor |
Alt + Shift + S, O |
Generate equals/hashcode |
Alt + Shift + S, H |
|
|
Navigation
Switch between editors (forward) |
Ctrl + F6 |
Switch between editors (backward) |
Ctrl + Shift + F6 |
Switch between views (forward) |
Ctrl + F7 |
Switch between views (backward) |
Ctrl + Shift + F7 |
Switch between perspectives (forward) |
Ctrl + F8 |
Switch between perspectives (backward) |
Ctrl + Shift + F8 |
Save all files |
Ctrl + Shift + S |
Saves current file. |
Ctrl + S |
Close all open code editors |
Ctrl + Shift + W |
Close active editor |
Ctrl + W |
Show Properties of project |
ALT + Enter |
Show context menue |
Alt + Shift + N |
New wizard |
Ctrl + N |
Toggle current view |
Ctrl + M |
Activate editor |
F12 |
Go to previous editor |
Alt+Left |
Go to next editor |
Alt+Right |
Open Call hierachy |
Ctrl+Alt+H |
Switch to another editor |
Ctrl+E |
|
Created By
https://javaenthusiast.com
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by CanGueler