Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Zyra Programming Language v2.2New to Visual Studio Code? Get it now.
Zyra Programming Language v2.2

Zyra Programming Language v2.2

Andrea Pallotta

|
2 installs
| (1) | Free
Official VS Code Extension for Zyra v2.2 (LSP language server, autocompletion, hover docs, Code Lens, formatter, debugger, and test runner).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zyra Programming Language

Official Visual Studio Code extension for the Zyra Programming Language — a fast, expressive compiled language combining the best features of Rust and Go.

Features

  • 🎨 Syntax Highlighting: Full TextMate grammar highlighting keywords (def, struct, enum, match, const, var, if, else, return, print), primitive types (Int, String, Bool), function declarations, numbers, and embedded string interpolation expressions ("Hello {name}").
  • 💡 IntelliSense & Autocompletion: Autocompletes Zyra keywords, types, and built-in standard library functions (len, substr, trim, contains, file_read, file_write, str, parse_int).
  • 🔍 Hover Documentation: Displays interactive markdown tooltips with type signatures and docstrings when hovering over stdlib functions.
  • ▶ Interactive Code Lens Buttons: Clickable ▶ Run Native Zyra Binary and ⚙ Build JS Target buttons directly above def main().
  • ⚡ Snippets: Fast code generation for defmain, fn, struct, structupdate, enum, match, ifelse, fileread, filewrite, and printt.

Getting Started

  1. Install the extension in VS Code.
  2. Open any file with the .zy extension.
  3. Start coding in Zyra!

License

MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft