Skip to content

pyrbin/vscode-htmlhint

 
 

Repository files navigation

HTMLHint - VS Code Extension

VS Code extension to support HTMLHint, an HTML linter.

Visual Studio Marketplace Version VS Code Marketplace Downloads VS Code Marketplace Installs VS Code Marketplace Ratings Follow HTMLHint on Twitter

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

Building the Extension

  • run vsce package in extension root folder to create the VSIX file.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.7%
  • HTML 7.7%
  • JavaScript 5.0%
  • Logos 0.6%