It work:
Example I try to create:
Hashtable hashtable = new Hashtable();

I type:
Hashtable <CTRL+Space><Enter> = new <CTRL+SHIFT+Space><Enter>

I see:
Hashtable hashtable = new Hashtable();

-----Original Message-----
From: Kirk Woll [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 14, 2002 2:31 PM
To: [EMAIL PROTECTED]
Subject: Re: [Eap-features] Declaration with code completion for
immediateinstanciation.


Doesn't

DocumentList documentList = new |

And hitting CTRL-SHIFT-SPACE

Do what you want?

Kirk

Christian Andersson wrote:

>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

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to