Uses the Nu Html Checker to check HTML for issues like extra closing tags or bad practice.
Run Check HTML
to validate.
HTML Checker requires Java 8+ as of v2.0.0. If you don't want to install Java, install the extension at v1.3.1.
- Fixed issue #1
- HTML Checker now uses the GPL v3.0 license.
- Fixed an error where the extension would crash if the error didn't have a
firstColumn
attribute.
- HTML Checker now runs locally with the Nu Html Checker and requires Java.
- Instead of a webview, errors and warnings now show up as errors in the file
- Validation can now be done when a file is saved with the
html-validator: Validate-on-save
setting - Removed the status bar button
- You can no longer filter errors
Allow adding file associations other than HTML through settings.
Added key command and status bar item to run command.
Press alt+shift+c
to check HTML.
More static site generator filtering.
Allow ignoring of specific errors through settings.
Filter code from static site generators.
Only allow HTML files.
Initial release of HTML Checker.