Syntax highlighting and IntelliSense for html inside of JavaScript and TypeScript with tagged template strings.
Supported tags for template strings:
html
;vueTemplate
;handledom
.
Notice: This is a fork of vscode-lit-html, the purpose is to support HTML for template engines like Vue, Handledom or just plain text HTML.
Inside VSCode, press Ctrl+P
, and enter:
ext install enhancedjs.html-in-template-string
It should be the top result.