vscode/extensions/html-language-features
2018-07-12 18:09:35 -07:00
..
.vscode Auto reconnect for attaching LS 2018-03-21 16:54:08 -07:00
client [handlebars] code-folding algorithm is less useful than Indentation-based one. Fixes #48457 2018-05-28 17:13:56 +02:00
icons [html] split extension (for #45900) 2018-03-17 16:32:55 +01:00
server Update to TS 3.0 insiders 2018-07-09 09:34:24 -07:00
.vscodeignore [html] split extension (for #45900) 2018-03-17 16:32:55 +01:00
CONTRIBUTING.md Move how to contribute to a separate file for built in extensions #54098 2018-07-12 18:06:16 -07:00
OSSREADME.json [html] split extension (for #45900) 2018-03-17 16:32:55 +01:00
package.json Move to latest vscode-nls for corrupted cache support 2018-07-03 16:12:52 +02:00
package.nls.json [folding] remove experimental flag for json/html 2018-03-20 15:29:48 +01:00
README.md Link to CONTRIBUTING.md for built-in extensions #54098 2018-07-12 18:09:35 -07:00
yarn.lock Move to latest vscode-nls for corrupted cache support 2018-07-03 16:12:52 +02:00

Language Features for HTML.

Notice This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides rich language support to HTML files.

  • auto-completion
  • linting
  • diagnostics
  • extra information on hover
  • navigation to definition and references
  • formatting

Please read the CONTRIBUTING.md file to learn how to contribute to this extension.