> 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.
Something similar is happening for me and it's a pain too remember that "go to decl goes to the first class, not the second one" and so on. Basically I have a JavaCC-based app. Some classes exist in src sourcepath, but then I run javacc and gen-src sourcepath is created and it contains classes from src too. So whenever I do a go to decl it opens gen-src (because it's upper in the list of source paths). I can't work on gen-src because it's auto-generated. Please, I'm begging you please, show a popup (like the auto-import feature) whenever I do a go to decl and there's more than one class with exactly the same name and package in different source paths. Ara. > Not sure that's exactly what I want. Just thinking out > loud -- but I would like it to be easier to navigate > in the situation you described. > > Mike > > > --- Lennart Petersson <[EMAIL PROTECTED]> > wrote: > > Using EJB. Have a file where a call a method on the > > remote interface > > Foo. Using Go to declaration on that method brings > > up the remote > > interface. It would be nice if it instead would > > bring up the FooBean > > file instead of Foo file or that i can choose in a > > popup if i like the > > bean impl or the remote interface. > > > > By the way - this should be the same whether or not > > it is an EJB, as > > long as i'm using an interface... Go checking my > > Ariadna 612.... and yes > > it is the same behaviour with an ordinary interface > > - of course. > > > > Is it possible then it would be a good IDEA :) > > > > /Lennart > > > > > > _______________________________________________ > > Eap-features mailing list > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-features > > > ===== > --------------------------------------------------- > Michael Sick H: 919 678 9277 > [EMAIL PROTECTED] W: 919 523 4447 > --------------------------------------------------- > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
