VS Code Extensions
Zyra Programming Language

Zyra Programming Language

by AndreaPallotta

Official VS Code Extension for the Zyra Programming Language (syntax highlighting, IntelliSense, autocompletion, snippets, hover docs, Code Lens).

Downloads

1

Rating

5.0 / 5 (1)

Version

1.0.1

Last updated

Aug 02, 2026

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.

Related extensions