I love Netbeans but there is one thing I really like about Eclipse that I can't do in Netbeans:
If I have started a function that takes a string i.e. someFunction("Some string here")
Both netbeans and eclipse will autocomplete the ending doublequote and parens.
In Eclipse, if I hit enter at the end of my string, the cursor will move outside these.
In Netbeans, it will do a newline.
Anyone know how to make Netbeans behave like Eclipse in this manner?