Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ts-template-literalNew to Visual Studio Code? Get it now.
ts-template-literal

ts-template-literal

ncpa0cpl

|
202 installs
| (0) | Free
Syntax highlighting for javascript and typescript in template literals.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ts-template-literal

totally forked from vscode-sql-template-literal

Syntax highlighting for code like:

const code = js`function hello(name) { return 'hello ' + name }`;
// OR
const code = ts`function hello(name) { return 'hello ' + name }`;
// OR
const code = /* js */ `function hello(name) { return 'hello ' + name }`;
// OR
const code = /* ts */ `function hello(name) { return 'hello ' + name }`;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft