Eclipse


go to main page

(0)How to go to declaration of this variable?
(1)How to focus the editor?
(2)How to open up Quickfix?
(3)How to show type of a method/variable?
(4)How to Open / Search for resources, e.g. files?
(5)How to Go to the matching bracket?
(6)How to Search for reference in the workspace?
(7)How to directly search in the current file?
(8)How to Open / Search for Types?
(9)How to nagivate through problems(errors and warnings)?
(10)How to Organize the imports / import the missing imports?
(11)How to go to the Last edited position?
(12)How to Show type hierarchy?
(13)How to Maximize Java editor?
(14)How to Format source code?
How to go to declaration of this variable?
CTRL + Mouse-click on a variable
TOP
How to focus the editor?
F12
TOP
How to open up Quickfix?
CTRL + 1
TOP
How to show type of a method/variable?
CTRL + T
TOP
How to Open / Search for resources, e.g. files?
CTRL + SHIFT + R
TOP
How to Go to the matching bracket?
CTRL + SHIFT + P
TOP
How to Search for reference in the workspace?
STRG + SHIFT + G
TOP
How to directly search in the current file?
STRG + O
TOP
How to Open / Search for Types?
CTRL + SHIFT + T
TOP
How to nagivate through problems(errors and warnings)?
forward: Ctrl + .
back: Ctrl + ,
TOP
How to Organize the imports / import the missing imports?
CTRL + Shift + O
TOP
How to go to the Last edited position?
CTRL + Q
TOP
How to Show type hierarchy?
F4 on a variable
TOP
How to Maximize Java editor?
Ctrl + M
TOP
How to Format source code?
CTRL + Shift + F
TOP