> In the following code snippet:
> 
> Foo[] foos = { new | };
> 
> I expected that pressing ctrl-shift-space would leave me with:
> 
> Foo[] foos = { new Foo(|) };
> 
> but no... nothing happened :o(
> 
> 
> Dan/tastapod

Similarly, it would be nice if code completion would handle the following:

    | new Foo();

with something like:

    Foo foo = new Foo();


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

Reply via email to