Wednesday, April 18, 2007

top10 hotkeys

Control-Shift-T

Open type. Forget manually navigating through the source tree unless you're procrastinating.

Control-Shift-R

Open resource (looks for more than just Java files).

F3

Open declaration.

Alt-left arrow

Go back in navigation history.

Alt-right arrow

Go forward.

Control-Q

Go to last edit location.

Control-Shift-G

Find references in workspace.

Control-Shift-F

Reformat code (according to code style settings).

Control-O

Quick outline. Within the editor, this key combination allows you to jump to a method or attribute by typing a few letters of the name.

Control-/

Comment/uncomment a line. Can also work on many lines at a time.

Control-Alt-down

Copy highlighted line(s).

Alt-down

Move line(s) down. Alt-up arrow works as well

Control-Shift-L

view a list of all keys

Control-Shift-L -second time

into the Keys Preferences dialog

0 comments: