Home > Net >  Visual Studio Code extension that highlights html tag conflicts [closed]
Visual Studio Code extension that highlights html tag conflicts [closed]

Time:09-25

I'm looking for a VS Code extension that will highlight potential conflicts with html tags.

Here's an example of what I have been looking for

example

As you can see it highlights the end tags that could be potentially breaking other elements. This helps me out a ton when cleaning up some unwanted html from lazy developers.

This is a default setting in brackets.io and it's no longer being supported. So, I've been looking everywhere to find a similar extension in VS code (or another editor). I feel like I've looked everywhere.

CodePudding user response:

What you want is HTML Validation.

Have a look at the extensions:

CodePudding user response:

The best extension for html tags is "Bracket Pair Colorizer" and "prettier"

  • Related