Adds syntax highlighting and language support for html inside of JavaScript and TypeScript tagged template strings, such as used in lit-html and other frameworks. Features
UsageThe lit-html extension adds highlighting and IntelliSense for lit-html template strings in JavaScript and TypeScript. It works out of the box when you use VS Code's built-in version of TypeScript. If you are using VS Code 1.30 or older and are using a workspace version of typescript, you must currently configure the TS Server plugin manually by following these instructions ConfigurationYou can either configure this plugin using a TagsThis extension adds html IntelliSense to any template literal tagged with
You can enable IntelliSense for other tag names by settings
FormattingThe plugin formats html code by default. You can disable this by setting
|