Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Template Generator HighlightingNew to Visual Studio Code? Get it now.
Template Generator Highlighting

Template Generator Highlighting

barisgit

|
9 installs
| (0) | Free
Syntax highlighting for Template Generator language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TSX Generator Syntax

Syntax highlighting and IntelliSense support for TSX generation language.

Features

  • Syntax highlighting for TSX templates with JSON directives
  • TypeScript and IntelliSense support
  • Custom language configuration

Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "TSX Generator Syntax"
  4. Click Install

Manual Installation

  1. Download the .vsix file from the releases
  2. In VS Code, press Ctrl+Shift+P
  3. Type "Install from VSIX"
  4. Select the downloaded file

Usage

Create files with the .template.tsx extension. The extension will automatically provide syntax highlighting and IntelliSense for your TSX generation code.

Configuration

Add to your settings.json:

{
  "files.associations": {
    ".template.tsx": "typescriptreact-generator"
  }
}

License

MIT

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