Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>stc-intellisenseNew to Visual Studio Code? Get it now.
stc-intellisense

stc-intellisense

carlo jimenez

|
6 installs
| (0) | Free
a mustache intellisense for stc
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mustache Template Generator

VS Code extension that provides IntelliSense and autocomplete for Mustache template fields based on a project JSON schema.

Features

  • Autocomplete for Mustache variables
  • Suggestions based on template-schema.json
  • Supports nested fields (header.title, section.content, etc.)

Usage

  1. Create a file named template-schema.json in your project root.
  2. Start typing inside {{ }} in a .mustache file.
  3. Suggestions will appear automatically.

Example Schema

{
  "header": {
    "title": "",
    "logo": ""
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft