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

vim regex group replace not handled correctly #10

Open machsix opened 4 years ago

machsix commented 4 years ago

As it is shown in the following, when I type dollar sign $ for group replacement, a dollar sign is inserted into the text file instead of the bottom command line for vscode-vim. vscode-vim seems not capture the dollar sign as the console doesn't show things like ModeHandler: debug: handling key=$.

This only happens to javascript. Other types of files like txt work without problem. report