I've a couple of ideas for enhancing the current "Goto-Class" dialog.  Once
a user has selected a class, if they typed a '.' then getting a
method-picker would be really useful. That way we could do

^N
MyClass  // use completion + picker
 .
myMethod   // use completion + picker

and get straight there without having to navigate within the MyClass.java
once we get there.

On a similar note, it would be useful if we could do line-numbers in the
same way, selected with a ':'.  This would be useful for going to lines
described in a stack trace (yes, I know you can click on them if they're on
the console);

Cheers, Simon




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

Reply via email to