Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>deno-html-toolsNew to Visual Studio Code? Get it now.
deno-html-tools

deno-html-tools

Dayan C. Galiazzi

|
768 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-deno-html-tools

ci

Using deno formatter in html-like files.

For the html and css parts js-beatify is used.

Config default formatter in .vscode/settings.json file:

{
  "[html]": {
    "editor.defaultFormatter": "dayan.vscode-deno-html-tools"
  }
}

You associate another file extension with files.associations config:

{
  "files.associations": {
    "*.tt": "html"
  }
}

Requirements

Must have deno installed

Configuration

You can control the settings for this extension through your VS Code settings page. You can open the settings page using the Ctrl+, keyboard shortcut. The extension has the following configuration options:

  • denoHTMLTools.lint: Enable diagnostics. boolean, default false

  • denoHTMLTools.lintOnSave: If true, diagnostics will made only on file save. boolean, default false

  • denoHTMLTools.denoConfig: The file path to a deno configuration file. The path can be either be relative to the workspace, or an absolute path. string, default null

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