Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSHTML Language SupportNew to Visual Studio Code? Get it now.
JSHTML Language Support

JSHTML Language Support

jsxtools

|
1,866 installs
| (0) | Free
JSHTML Language Support adds support for JavaScript HTML files in Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSHTML Language Support

JSHTML Language Support adds support for JavaScript HTML files in Visual Studio Code.

<!doctype html>
<h1>
  Awesome ${true ? 'hello' : 'world'}!
</h1>
<ul>
  ${launches.map(launch => (
    <li>{launch.mission_name}!</li>
  ))}
</ul>

This syntax is applied to .jshtml files. It is also applied to jshtml code blocks in Markdown, and also to <script type="text/jshtml> code blocks in HTML.

Installation

  1. Open the command palette and select Extensions: Install Extensions
  2. Search for JSHTML Language Support
  3. Click Install
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft