Will the create class feature behave like the following? 1) Collection myCol = new MyNewCollectionImpl(15); [alt-enter]
2) pop up dialog asking about package... 3) create new class that implements Collection 4) provide stubs of required methods that would be very nice. On Thu, 2002-02-07 at 12:40, Mike Aizatsky wrote: > Robert, > > > If you type > > Bla blub > > and Bla is not a class known to IDEA, IDEA could show the light bulb > under > > Bla and suggest to create a class > > Bla in a package that could be specified. > > It's planned feature. > > Best regards, > Mike Aizatsky. > ------------------------------ > IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On > > Behalf Of Robert F. Beeger > > Sent: Thursday, February 07, 2002 8:22 PM > > To: [EMAIL PROTECTED] > > Subject: [Eap-list] IDEA = first test first IDE?! > > > > Hello, IntelliJ! > > > > I think you did it again and have the other IDEs miles behind you. > > And again I see that I invested in the right IDE. > > > > I have not seen any other IDE that would support the test first > > approach. IDEA does. Thanks for this. > > > > Going one step further, IDEA could suggest the creation of classes. > > > > If you type > > Bla blub > > and Bla is not a class known to IDEA, IDEA could show the light bulb > under > > Bla and suggest to create a class > > Bla in a package that could be specified. > > > > But: As it is now it's already cool. > > > > -- > > Greets > > Robert > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
