I thought that was the job for the semi-colon.... the end brace does a better job at it I must admit. Takes a while getting used to when coming from VB.Net that auto close when a code block is opened.Typing a closing brace formats the code within the enclosed block. I think that the intention is that you don't type the closing brace first and then the code, but rather the code first and then the closing brace, at which point the code is formatted.
The semi-colon formats a line but the closing brace formats the entire block. Sometimes line by line formatting is enough but there are many occasions where it's not.I thought that was the job for the semi-colon.... the end brace does a better job at it I must admit. Takes a while getting used to when coming from VB.Net that auto close when a code block is opened.