- Most important:
F3
/Ctrl+click
: Go to declaration.Ctrl+Alt+H
: show all uses (calls) of a method.Alt+Left
: previous cursor position.
- Important:
F4
: show Type Hierarchy.Ctrl+O
: search for method in class (great for navigating big classes).
- Others:
Ctrl+Shift+F
: Format selection.Alt+Shift+A
: Toggle block-editing mode.Ctrl+M
: Toggle editor window maximization.
Last active
October 23, 2019 11:45
-
-
Save JoseHdez2/2e982c8b21e40b4f4c4e383af2c127b8 to your computer and use it in GitHub Desktop.
Some Eclipse shortcuts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add some more important ones (method extraction, local variable extraction, maven alt+f5)...