Hi,

when I am declaring array like 

int[] ints = {[ENTER]

then IDEA expands it to

int[] ints = {
  <cursor is here>
}

I wonder I IDEA could append ; after closing }?

Thanks!
    Ales Pour


----------
Ales Pour
Systinet


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

Reply via email to