formulahendry / vscode-auto-close-tag

Auto Close Tag for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
MIT License
179 stars 53 forks source link

Not working with multiple cursors #178

Open csicky opened 4 years ago

csicky commented 4 years ago

What title says, if I edit using more cursors, in more than one place in the file, the action to close a tag closes only at the first or last cursor position and also makes me lose the many cursors, leaving only one. Multiple cursors:

image

I tried to close the span element:

image

Expected behavior was to have all the span elements with close tag.

ronilaukkarinen commented 4 years ago

Just noticed the same.