That is great! Thanks, I'm pretty new to IDEA and just hadn't found those commands. I was thinking about the "Goto method" more like how "Goto class" works, but the method list is close enough that I won't complain (although larger files can have a pretty large list). The "highlight usages in class" command is exactly what I wanted.
I really can explain how much better I like IDEA than JBuilder. :-) "Scott Sirovy" <[EMAIL PROTECTED]> wrote in message afv6ki$geu$[EMAIL PROTECTED]">news:afv6ki$geu$[EMAIL PROTECTED]... > > 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
