"Normal" classes:

   MyObject myObject = new |

Pressing Ctrl-Shift-Space, completes to

   MyObject myObject = new MyObject();



After List or Map, IDEA behaves different:

   List list = new |

expands to

   List list = new new ArrayList();

It only works, when pressing Ctrl-Shift-Space immediately after the '='.

Tom


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

Reply via email to