All Projects → microsoft → vscode-htmlhint

microsoft / vscode-htmlhint

Licence: MIT license
VS Code integration of HTMLHint, an HTML linter.

Programming Languages

typescript
32286 projects
HTML
75241 projects
Logos
282 projects

vscode-htmlhint

VSCode extension to support HTML-Hint, an HTML linter.

Development setup

  • run npm install inside the htmlhint and htmlhint-server folders
  • open VS Code on htmlhint and htmlhint-server

Developing the server

  • open VS Code on htmlhint-server
  • run npm run compile or npm run watch to build the server and copy it into the htmlhint folder
  • to debug press F5 which attaches a debugger to the server

Developing the extension/client

  • open VS Code on htmlhint
  • run F5 to build and debug the extension
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].