Quilon VS Code Extension 0.9.1
The Quilon VS Code extension brings first-class editor support for .ql files.
What's included
- Syntax highlighting for Quilon's symbol-based syntax (
^,<<,>>,|>, pattern matching, and more). - Inline diagnostics — lexer, parser, and type-checker errors surfaced directly in the editor as you work.
- Run / Check / Debug CodeLens — one-click actions above your entry point to run, type-check, or debug the current program.
- CodeLLDB debug integration — set breakpoints, step through Quilon programs, and inspect state, with custom value formatters for Quilon's runtime types.
Install
Download quilon-0.9.1.vsix from this release, then:
code --install-extension quilon-0.9.1.vsix
Or, from within VS Code: open the Extensions view, click the "…" menu, and choose "Install from VSIX…", then select the downloaded file.
Marketplace listing coming soon.