You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.
Currently using 1.20.0. This is a feature-request.
Can we have a feature where the matching opening/tag is changed automatically when either of them is modified? As in—
If I want to change
<h1>Hello!</h1>
to<h4>Hello!</h4>
, editing one of the tags should suffice, and VSCode should modify the other accordingly.The text was updated successfully, but these errors were encountered: