felixfbecker / vscode-htmlhint

VS Code integration of HTMLHint, an HTML linter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VS Code integration of HTMLHint, an HTML linter.

License:MIT License


Languages

Language:TypeScript 97.0%Language:HTML 3.0%