Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>w3c-validatorNew to Visual Studio Code? Get it now.
w3c-validator

w3c-validator

jokay03J

|
548 installs
| (0) | Free
Visual Studio Code extension for check file or url with W3C Markup Service
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

w3c-validator

Visual Studio Code extension for check file or url with W3C Markup Service

Features

  • Get detailed report of current file
  • Get detailed report of any url
  • check on save(can by disabled globaly or on a workspace)

Requirements

You don't have to install any things, all used tools are included in this extension.

Extension Settings

This extension contributes the following settings:

  • w3c-validator.checkFileOnSave: Enable/Disable checking of the current opened file.
  • w3c-validator.fileTypeTobeChecked : File type to be checked on save. Should be a valid regex. Default: ^.{1,}.html$

Known Issues

If you find bugs, you can open issue here

Release Notes

See CHANGELOG.md file.

How to contribute ?

Run dev build

Run pnpm run watch.

Press F5 for open vscode on mode Extension Host.

Package into .vsix

You must have already built the project before package it.

Run pnpm run package.

Release pre-release

Run pnpm run package:pre-release.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft