And it's right :) IDE is not human, not wizard, it is just tool. IntelliJ is very balanced editor tool. Some of overloads must not alowed for she :). Otherwise she dead like Jbulder, Jdeveloper and other FAT grantmothers.
IntelliJ sounds like "Intellectual and Intellijent Java Editor". Intellectual - is Refactoring and Smart Code Complition, Intellijent - is thin and small memory requerements. So, I think what more of "cool features" already supported and no more needed to add "super cool features". Thanks. Alexey Efimov - Software Engineer Sputnik Labs 1st Kolobovsky per., 6/3 Moscow, 103051, Russia Phone: +7 (095) 725 5444 Direct: +7 (501) 401 3217 Fax: +7 (095) 725 5443 E-Mail: mailto:[EMAIL PROTECTED] http://www.spklabs.com -----Original Message----- From: Mike Lehmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 1:20 PM To: [EMAIL PROTECTED] Subject: Re: [Eap-features] Declaration with code completion for immediate instanciation. Hello Christian, as I know, this isn't possible. At least you need to enter 'new': DocumentList documentList = new | and hit Ctrl-Shift-Space. Mike > >Subject: [Eap-features] Declaration with code completion for immediate instanciation. > From: Christian Andersson <[EMAIL PROTECTED]> > Date: Thu, 14 Mar 2002 11:11:40 +0100 > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > > >Maybe I have not found this feature or I'm way behind using build #604 >or people simply don't want this... Is there a way of getting code >complettion for immediate instanciation when declaring an object? > >For example if you type: > > DocumentList documentList = | >(or more sparse) > DocumentList documentList | > >I'd like to see some kind of code completion (lightbulb intention >perhaps?) like: > >(when there exist constructors with arguments) > DocumentList documentList = new DocumentList(|); >(and when there only exist the default constructor) > DocumentList documentList = new DocumentList(); > | > >/Christian _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
