Eclipse Hotkeys

Some Eclipse hotkeys I’ve collected from a variety of sources (mainly from EclipseZone forums).

Ctrl-Shift-LHotkey definitions.
Ctrl-1Quick fix.
Ctrl-TQuick hierarchy.
Ctrl-JIncremental find.
Ctrl-Shift-JIncremental find (backwards).
Ctrl-OQuick outline.
Ctrl-SpaceContent assist.
Ctrl-Shift-OOptimise imports.
Shift-ArrowExtend selection.
Ctrl-Shift-TOpen type.
Ctrl-Shift-ROpen resource.
F3Open declaration.
Alt-LeftGo back in navigation history.
Alt-RightGo forward in navigation history.
Ctrl-QGo to last edit location.
Ctrl-Shift-GFind references in workspace.
Ctrl-Shift-FReformat code according to style settings.
Ctrl-/Comment/uncomment line(s).
Ctrl-Alt-DownCopy highlighted line(s).
Alt-DownMove line(s) down.
Alt-UpMove line(s) up.
Alt-/Word completion.
Ctrl-Shift-GFind references in workspace.
Ctrl-Shift-UOccurrences in file.
Alt-Shift-LExtract local variable.
Ctrl-Shift-MAdd import.