Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Hacky ES6 Template StringsNew to Visual Studio Code? Get it now.
Hacky ES6 Template Strings

Hacky ES6 Template Strings

A-Hjerpe

|
2,262 installs
| (1) | Free
Syntax highlighting in es6 template strings
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hacky ES6 Template Strings

Forked from the VSC extension es6-string-html

This fork is made as an experiment to see if the regex can be modified to not require comments to detect ES6 template strings. As of now the regex looks for a colon or equals sign prior to the first backtick in template strings. It's hacky and does not work in all cases, mostly when the backtick is not on the same line as the : or = in the declaration. VSC appears to have some issues regarding multiline regex.

For development purposes, run debug on the project in VSC, reload window as needed.

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