vscode

VSCode highlight closing tag

Visual studio by default highlight all the matching tags. So it will be difficult to find the closing tag. This is what it looks like


When we click on a div, the editor highlights all the div tags, we cannot find the closing tag.

There is a vscode extension to fix this Highlight Matching Tag

After adding this extension the above code will look like this

See the highlighted start and end tags

Git repo:
https://github.com/vincaslt/vscode-highlight-matching-tag

Computer engineer interested in programming, electronics, application architecture, data visualization, automation and performance optimization.

Leave a Reply