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
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:
- html-validate (2 years old)
- HTML-validate (a few months old) might use a newer version of html-validate
CodePudding user response:
The best extension for html tags is "Bracket Pair Colorizer" and "prettier"