Language support for WX, a Rust-inspired language that compiles directly to WebAssembly. Try WX in the browser first at wx-lang.deno.dev if you just want to poke around without installing anything.
Features
Diagnostics as you type
Hover, go to definition, find references, rename
Completions and signature help
Semantic highlighting
Format on save
Requirements
This extension talks to the wx CLI's language server — it doesn't bundle a binary. Install wx and make sure it's on your PATH:
npm install -g @wx-lang/cli
or build it from source (see the main README). If wx isn't on your PATH, point the extension at it directly with the wx.path setting.