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
