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!

Comments

  • This is not a feature right now, but I guess it can be added if there's enough demand.

    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.
  • The latest beta auto-completes both the opening and closing braces when writing methods:
    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.