formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
MIT License
262 stars 36 forks source link

The extension is not working appropriately with multiline cursor #601

Open Tom4sBeltr4n opened 2 years ago

Tom4sBeltr4n commented 2 years ago

I really love this extension because it reduces considerably the time spent changing one (or multiple) HTML tags. However, today it did not seem to work as expected. There are few specific things I can type to help replicating the behaviour. Simple HTML edition in VSC with multiple lines (which is another productivity tool provided by VSC). I'm afraid I don't have a tool to record my screen, but I was editing a pair of opening <p> tags, hoping it would edit both tags' closing counterpart, but it wasn't the case: only the first tag edited.

Summary:

Help with this issue is greately appreciated.