Archive for September, 2009

Eclipse Shortcuts

Tuesday, September 1st, 2009

I am compiling a list of eclipse shortcuts that I frequently use.

Open Resources: ctrl-shift-r
Open Type: ctrl-shift-t
Advance Search: ctrl-h

Show Outline: ctrl-o
Go to line: ctrl-l
Find next: ctrl-k
Find previous: ctrl-shift-k
Find references in workspace: ctrl-shift-g
Find matching bracket: ctrl-shift-p

Auto Complete: ctrl-space
Format Code: ctrl-shift-f
Organize Imports: ctrl-shift-o
Generate getters/setters: alt-s, r

Run Unit Test: alt-shift-x, t
Debug Unit Test: alt-shift-d, t