vscode-htmlhintbased on https://github.com/microsoft/vscode-htmlhint + new features New Feature
Integrates the HTMLHint static analysis tool into Visual Studio Code. The extension will attempt to use the locally installed HTMLHint module, otherwise the extension will use the embedded version (current version 0.11.0). UsageThe HTMLHint extension will run HTMLHint on your open HTML files and report the number of errors on the Status Bar with details in the Problems panel (View > Problems). Errors in HTML files are highlighted with squiggles and you can hover over the squiggles to see the error message.
RulesThe HTMLHint extension uses the default rules provided by HTMLHint, or if you prefer you can change them as below ex.
.htmlhintrcyou can either
You can learn more about rule configuration at the HTMLHint Usage page. Additional file typesif you'd like to use the HTMLHint extension with additional file types, then use
|