Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Moirai IntelliSenseNew to Visual Studio Code? Get it now.
Moirai IntelliSense

Moirai IntelliSense

Moirai

|
2 installs
| (0) | Free
Moirai template language intelligence for HTML and TS files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

@moirai/intellisense

Moirai template language intelligence for editors — completions, hovers, go-to, and diagnostics for component HTML templates.

Features

  • HTML completion for Moirai binding attributes (data-bind, data-on, data-model, data-for, data-if, data-attr, data-key)
  • Hover and go-to-definition for component properties and stores
  • Inline diagnostics (LSP) for binding correctness and type hints
  • Type information extracted from companion .ts component files via the TypeScript compiler API
  • Debounced analysis to avoid excessive work while typing
  • Computed-value unwrapping (resolves computed().value)
  • Comment-safe parsing (ignores attributes inside <!-- ... -->)
  • Did-you-mean suggestions for misspelled properties

Usage

  • Install the extension from the Visual Studio Marketplace, or run it from the Extension Development Host.
  • Open your component .html files in the workspace; editor features (completion, hover, go-to, diagnostics) activate automatically and diagnostics appear in the Problems pane.
  • For development, tests, CLI usage, and packaging details see CONTRIBUTING.md.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft