JWC Language for VS Code
Syntax highlighting, snippets, and LSP-powered diagnostics for JWC (Just Web Code).
Features
- Syntax highlighting for
.jwc files
- Snippets for routes, entities, queries, CRUD scaffolds
- Diagnostics (parse + validate + lint) via
jwc-lsp
- Hover info on entities / classes / functions
Requirements
Install the jwc toolchain (which ships jwc-lsp):
curl -fsSL https://raw.githubusercontent.com/Nodirbek-Abdulaxadov/jwc-lang/main/install.sh | bash
The extension auto-discovers jwc-lsp on PATH or under ~/.jwc/bin. Override via the jwc.lspPath setting.
Settings
jwc.lspPath — explicit path to the jwc-lsp binary.
jwc.trace.server — off / messages / verbose LSP trace.
Commands
JWC: Restart Language Server
JWC: Show Language Server Output
Build from source
npm install
npm run compile
npm run package
| |