Thomas, > Would it be possible to show all implementing classes, when > smart-completing an interface?
We are currently considering how to implement this feature to make it useful. Simply showing all implementing classes is not satisfactory, because you will see really a lot of classes in lookup in general case. Also we don't know yet how to integrate this feature with automatic interface implementation on Ctrl+Shift+Space. Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Thomas Singer > Sent: Friday, February 08, 2002 2:27 PM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] Smart code complete after List, Map, ... > > Mike, > > yes I have seen them, but I thought, the suggestions were based upon > IDEA's > knowledge of the classes and interfaces in a project. > > Would it be possible to show all implementing classes, when > smart-completing an interface? > > Tom > > At 13:04 08.02.02 +0300, you wrote: > >Thomas, > > > >Build #603 will not propose you template-based completion after new & > >".". > > > >BTW, Have you seen that this feature is configurable via Live Template > >configuration? > > > >Best regards, > >Mike Aizatsky. > >------------------------------ > >IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > >On > > > Behalf Of Thomas Singer > > > Sent: Friday, February 08, 2002 12:55 PM > > > To: [EMAIL PROTECTED] > > > Subject: [Eap-list] Smart code complete after List, Map, ... > > > > > > "Normal" classes: > > > > > > MyObject myObject = new | > > > > > > Pressing Ctrl-Shift-Space, completes to > > > > > > MyObject myObject = new MyObject(); > > > > > > > > > > > > After List or Map, IDEA behaves different: > > > > > > List list = new | > > > > > > expands to > > > > > > List list = new new ArrayList(); > > > > > > It only works, when pressing Ctrl-Shift-Space immediately after the > >'='. > > > > > > Tom > > > > > > > > > _______________________________________________ > > > Eap-list mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > >_______________________________________________ > >Eap-list mailing list > >[EMAIL PROTECTED] > >http://www.intellij.com/mailman/listinfo/eap-list > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
