Automatic brace completion
I'm a happy new user of LINQPad (Premium Version). Is there a way to have
"Automatic brace completion" (as for example in VS)?
Thanks in advance!
"Automatic brace completion" (as for example in VS)?
Thanks in advance!
Comments
I don't miss it much because in most cases, there are snippets to care of the brackets. So instead of typing if(...) { or while(...) { I would just type if or while and then the braces get inserted automatically.
http://www.linqpad.net/download.aspx#beta
In most other scenarios, code snippets do the job of brace completion with fewer keystrokes. Let me know if you still miss brace completion.