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:
Expected behaviour: editing two <p> tags in different lines would edit the corresponding </p> tags in their respective lines
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:
<p>
tags in different lines would edit the corresponding</p>
tags in their respective lines<p>
tags were edited.Help with this issue is greately appreciated.