feature-request: Support Matching Tag Editing for HTML/XML
When editing html/xml, it'd be great when editing the start or end of a tagged pair for it to update the other side to match like VS.
E.g. If I have this content:
<div><p>Content</p></div>
And then I start modifying the div or /div to now be a span, I'd want to see this:
<span><p>Content</p></span>
Monaco would automatically update the other side of it (that it already knows about from highlighting support).
Currently, I get this:
<div><p>Content</p></span>
OR
<span><p>Content</p></div>
This is kind of related to #221.
monaco-editor version: 0.9 Browser: Edge OS: 15063
I saw HTML close tags was added to vscode, but I couldn't find the PR there. Was that something done specific for vscode vs. Monaco? It'd be great to see that tied into this request and integrated into the Monaco editor itself.
Sorry, that was for VSCode only, more work is required for the Monaco editor adoption.
Status??
Status??????
Please add some features to Monaco as well instead of keeping them all for VSCode.
Hello. Please, make this feature