BLYX Language — VS Code Extension
Official VS Code language support for the Blyx programming language.
Publisher: RahulChaube
Created by: Rahul Chaube — @RahulChaube_
Repository: https://github.com/Blyx-lang-space/blyx
Features
- Syntax Highlighting: Complete TextMate grammar for
.blyx source files, including actor, tensor<T, D1, D2>, gpu { }, parallel { }, spawn, await, async, match, enum, trait, and struct.
- Language Server Protocol: Real-time diagnostic reporting, hover tooltips, definition jump, and code completion via
blyx-analyzer.
- Formatting: Automated code formatting via
blyxfmt.
- Code Snippets: Built-in code snippets for functions, actors, tensor declarations, GPU blocks, structs, enums, and pattern matching.
Installation
Install the Blyx toolchain via blyxup or shell installer:
curl -sSf https://blyx-lang.space/install.sh | sh
Then install the BLYX Language extension from the VS Code Marketplace.
Links
License
MIT OR Apache-2.0 — Copyright © 2026 Rahul Chaube
| |