aliariff / vscode-auto-add-brackets

Automatically add complete brackets when writing interpolated string
https://marketplace.visualstudio.com/items?itemName=aliariff.auto-add-brackets
MIT License
10 stars 4 forks source link

Option to not autoadd brackets if a number is directly precedeing the symbol #7

Open User486375 opened 5 years ago

User486375 commented 5 years ago

So for example in javascript if I typed this costs 4$ there should be no added brackets as there is no spaces, but if I were to type this costs 4 $ brackets should be added. It is of course possible that someone would want to intprolate a string right after number but I think that's far less likely that typing a dollar amount and having to delete the brackets everytime you do so.