Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Zyra TSNew to Visual Studio Code? Get it now.
Zyra TS

Zyra TS

Andrea Pallotta

| (0) | Free
Language support for Zyra
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zyra VSCode Extension

This is the VS Code extension for the Zyra language, providing syntax coloring and language support by integrating the custom Zyra LSP Server.

Features

  • Real-time Diagnostics: Visual feedback on lexer, parser, and type checker errors/warnings.
  • Type Hovers: Hover over variables, functions, and structs to view their signatures.
  • Go to Definition: Jump directly to variable or function declarations.
  • Syntax Highlighting: Complete syntax highlighting using TextMate grammar.

Build & Test

The extension bundles the LSP server in its build process. You can compile the extension and bundle the server by running from the monorepo root:

npm run build -w core && npm run build -w vscode

Alternatively, from the vscode directory:

npm install
npm run build
npm test

Package

To package the extension into a .vsix file:

npx @vscode/vsce package
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft