Wednesday, September 19, 2007

Eclipse Hot Keys

F3:Open Declaration
F4:Open Hierarchy
Ctrl + F6:Pops all open files in the editor
Ctrl + 1:Quick Fix: press while cursor is positioned at member variable, parameter,
selection, warnings, errors, …
Ctrl + O:Open declarations
Ctrl + E:Open Editor
Ctrl + /:Code block comment
Ctrl + L:Goto Line number
Ctrl + F:Search & Replace
Ctrl + T:Open type hierarchy
Ctrl + Q:Goto last edit
Ctrl + I:Indentation of the selected code
Ctrl + Alt + H:Open Call Hierarchy
Ctrl + Space:Context Assist
Ctrl + Shift + /:Instantly toggling comments
Ctrl + Shift + down/up:Goto next/prev method
Ctrl + Shift + O:Organize imports
Ctrl + Shift + T:Open Type
Ctrl + Shift + F:Format code
Ctrl + Shift + G:Show all references
Ctrl + Shift + P:Navigate to matching braces
Ctrl + Shift + F4:Close all Opened Editors
Alt + Shift + L:Extract to Local Variable
Alt + Shift + M:Extract to Method
Alt + Left/Right:Goto Prev/Next editor position in history
Shift + Tab:Move selected code block to back