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

Detect existing brackets and don't auto add #1

Open alexkreidler opened 6 years ago

alexkreidler commented 6 years ago

Hi,

This is a great extension, and I use it almost every day. However, there are a few times when I already have brackets around my interpolation, I type $, and then I get an extra pair that I have to delete.

Is it possible to detect existing brackets and then not add new ones?

Thanks!

aliariff commented 6 years ago

Hi @Tim15,

Nice to hear that you use it often.

Could you give a gif snippet of that behaviour?