Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

VS Code integration of HTMLHint, an HTML linter.

License

NotificationsYou must be signed in to change notification settings

htmlhint/vscode-htmlhint

Repository files navigation

VS Code extension to support HTMLHint, an HTML linter.

Visual Studio Marketplace VersionVS Code Marketplace DownloadsVS Code Marketplace InstallsVS Code Marketplace Ratings

Installation

Install through VS Code extensions. Search forHTMLHint 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

  • runnpm install inside thehtmlhint andhtmlhint-server folders
  • open VS Code onhtmlhint andhtmlhint-server

Developing the server

  • open VS Code onhtmlhint-server
  • runnpm 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

Developing the extension/client

  • open VS Code onhtmlhint
  • run F5 to build and debug the extension

Building the Extension

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

[8]ページ先頭

©2009-2025 Movatter.jp