question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feature-request: Support Matching Tag Editing for HTML/XML

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
LoganDarkcommented, Jun 3, 2018

Status??

1reaction
LoganDarkcommented, Sep 18, 2018

Please add some features to Monaco as well instead of keeping them all for VSCode.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found