> > What happens when there are 2+ implementations of the > > interface? It might be nice to have a separate menu > > choice like Go To Impl that would bring up all of the > > implementing methods and you could choose the one you > > wanted. But if there was only one, you'd go there.
I don't remember the last time I wanted to go to the interface definition instead of going to the implementation of a method. I would like "Go to declaration" to do exactly what you suggest when "going" to interface method declarations. If there is only one implementation, go directly to the implementation. When there are more than one implementations, a drop down like code completion should appear with the list of choices. If I really want to go to a method declaration in the interface, "Go to type declaration" could be changed to go to the interface in this case. Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
