When I write
if(true) {
eclipse auto-completes it to
if(true) { //cursor here }
Which gets annoying w
From Eclipse's main window, choose Window and then Preferences. Then choose Java, Editor and then Typing to get the following screen:
and un-check {Braces}.
Tested on Eclipse Helios.