> 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
- [Eap-list] smart completion bug(?) North D
- RE: [Eap-list] smart completion bug(?) Peter Bertok
- RE: [Eap-list] smart completion bug(?) Eugene Belyaev
- [Eap-list] Exception (506) Tal Dayan
- [Eap-list] Perforce, how to rename a class Tal Dayan
