When editing java source, if I type if() and then enter return to go to the next line, the editor will auto-indent, and then I enter a left brace {, it should auto-complete a right brace.
but it turns out to be:
if()
}
{
Although I don’t usually put the left brace in the next line, I think it is a bug actually.