FQ HTMLX
This VSCode extension provides HTML syntax highlighting and autocompletion inside backticks for JavaScript and TypeScript files.
Features
- Syntax highlighting for HTML code inside backticks
- Autocompletion for HTML tags and attributes
- Support for JavaScript and TypeScript files
Usage
Simply type HTML code inside backticks in your JavaScript or TypeScript files:
const template = `
<div class="container">
<h1>Hello World</h1>
</div>
`;
The extension will automatically provide:
- Syntax highlighting
- Tag autocompletion (trigger with <)
- Attribute autocompletion (trigger with " or =)
Installation
- Open VSCode
- Press Ctrl+P (Cmd+P on macOS)
- Type: ext install fq-htmlx
| |