I've been working with 644 for a bit now, and one of the things I really
like is that when IntelliJ completes code for me it allows me to type over
the code completed. For instance, in the case of an if statement, if I type:
if(
then IntelliJ prints this out:
if(<caret>)
And then I fill in the test expression:
if(x==y<caret>)
And if the next key I hit is ")" out of habit, IntelliJ is IntelliJent
enough to "type over" the ).
What would be really cool is if IntelliJ went one step further and actually
put the braces in according to my coding style and place the caret inside
the braces as in:
if(x==y) {
<caret>
}
Does this makes sense? Would anyone else find this useful?
sw
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features