OpenQASM 3.0 support for VS Code with LSP integration and runtime execution.
Features
Syntax Highlighting — Full grammar for OpenQASM 3.0 files (.qasm)
One-Click Execution — Run QASM files directly from the editor via the play button in the title bar, the context menu, or the keyboard shortcut
Language Server Protocol — Diagnostics, completions, and more via the QASM language server
Auto-Update — Automatically downloads the latest binary releases from GitHub
Requirements
VS Code ^1.75.0
The QASM language server binary (qasm-lsp) — the extension will download it automatically on first use, or you can point to a custom path via the qasmLanguageServer.serverPath setting.