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

Clashing with Vim plugin... types `$` when it shouldn't #2

Closed miinx closed 5 years ago

miinx commented 6 years ago

Hi there,

Nice plugin! However, I've found an issue I'm hoping you can help with.

I use the Vim plugin, & often type d$ (in Normal mode) to delete to the end of the line.

With vscode-auto-add-brackets enabled, when I type the $ it actually prints a $ behind the selected character. 😣

Is there a config setting or something I can do to get vscode-auto-add-brackets to behave, or is this a bug?

Cheers Karen

aliariff commented 6 years ago

Hi @miinx,

Sorry to hear that, but currently there is no configuration to set the combination key.

Feels free to anyone or you to create a PR, but if not then I will take a look as soon as I have free time.

aliariff commented 6 years ago

Hi Karen,

Turns out that the fix is quick and easy. Could you please update your extension to the latest version and try it out? Let me know the result.

Ali

aliariff commented 5 years ago

@miinx Hi do you still facing the problem with the latest version? If it is already fixed I will close this issue