VS Code extension to support HTMLHint, an HTML linter.
Install through VS Code extensions. Search for HTMLHint
and install the extension.
Alternatively, launch VS Code Quick Open (Ctrl
+P
), paste the following command, and press enter.
ext install HTMLHint.vscode-htmlhint
- run
npm install
inside thehtmlhint
andhtmlhint-server
folders - open VS Code on
htmlhint
andhtmlhint-server
- open VS Code on
htmlhint-server
- run
npm run compile
ornpm run watch
to build the server and copy it into thehtmlhint
folder - to debug press F5 which attaches a debugger to the server
- open VS Code on
htmlhint
- run F5 to build and debug the extension
- run
vsce package
in extension root folder to create the VSIX file.