feature-request: Support Matching Tag Editing for HTML/XML
See original GitHub issueWhen 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
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Matching tag functionality - Oxygen XML Forum
A simple function that allows you to locate a matching tag (or prompt an error if there is none) would be handy. Maybe...
Read more >Matching Tag Highlight – EmEditor (Text Editor)
This feature makes it easy to read documents and find matching tags. This feature will work only when a document is a well-formed...
Read more >Finding matching HTML/XML tag
Hi: Is there a function similar to find matching brace that finds a matching XML tag? For example <name> ... </name> where picking...
Read more >Auto Rename Tag - Visual Studio Marketplace
Automatically rename paired HTML/XML tag, same as Visual Studio IDE does. Sponsors. Tabnine Increase your coding productivity with Tabnine's AI ...
Read more >Looking for an editor which closes HTML tags the way like ...
It has lots of auto complete features to help speed up your coding. ... it your cursor remains before the closing tag allowing...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Status??
Please add some features to Monaco as well instead of keeping them all for VSCode.