/vscode-vue-inline-template

Adds syntax highlighting for vue inline html inside of JavaScript and TypeScript tagged template strings

MIT LicenseMIT

Adds syntax highlighting and language support for vue inline template inside of JavaScript and TypeScript tagged template strings.

❗Important: IntelliSense and language support requires VS Code 1.20+.

Usage

The vue-inline-template extension adds highlighting and IntelliSense for vue inline 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 a workspace version of typescript, you must currently configure the TS Server plugin manually by following these instructions

Todo

  • make html autocomplete work