htmlhint / vscode-htmlhint

VS Code integration of HTMLHint, an HTML linter.
https://marketplace.visualstudio.com/items?itemName=HTMLHint.vscode-htmlhint
MIT License
16 stars 4 forks source link
vscode vscode-extension

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

Installation

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

Development setup

Developing the server

Developing the extension/client

Building the Extension