> 1) I _love_ the Ctrl-N "goto class" command.  What I find I really want is
a
> "goto method in this class" command.

Try Ctrl-F12


> 2) I also love the "Find Usages..." command.  A nice thing to have would
be
> a "cycle to next usage in this class" command (that wraps to the beginning
> of the file).

Put the cursor on the method (or variable for that matter) and hit
Ctrl-Shift-F7.  It will highlight all occurrances and F3 will jump to the
next one, Shift-F3 will jump to the previous one.

-sms


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to