Greg's Eclipse

Wednesday, November 30, 2005

Handy little shortcuts

I ran into a handy little shortcut key in Eclipse 3.1.1 yesterday. Type CTRL-SHIFT-L to open a popup displaying all of Eclipse's key bindings.

Here's a couple of other handy ones I use all the time:

While in a Java editor, type CTRL-O to open a popup outline. Type CTRL-O again to also display all inherited methods.

Also in a Java editor, place your cursor on a class name or variable. Type CTRL-T to view a popup hierarchy of the selected item. Press it again to toggle between the supertype and subtype view.

0 Comments:

Post a Comment

<< Home