Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>StatorNew to Visual Studio Code? Get it now.
Stator

Stator

StatorJS

| (0) | Free
Language support for .stator files: syntax highlighting plus a Volar-based language server (completions, hover, diagnostics).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Stator for VS Code

Language support for .stator single-file components.

Status

Phase 0 — syntax highlighting. This release highlights the four regions of a .stator file:

  • the --- frontmatter fence → TypeScript
  • the JSX-flavored template body → TSX
  • <style> blocks → CSS
  • <script> blocks → TypeScript

Full language features (completions, diagnostics, hover, go-to-definition) arrive with the Volar-based language server in Phase 1 — see the editor-tooling-lsp-and-vscode spec.

Installation

  • VS Code — the Microsoft Marketplace.
  • VSCodium / code-server / Gitpod / Theia — the Open VSX Registry.

The same .vsix is published to both.

Editors beyond VS Code

The forthcoming language server is a standalone LSP binary, so vim/nvim, emacs, Helix, Zed, and Sublime will be able to use it directly. See the spec for the per-editor wiring.

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