Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JWC LanguageNew to Visual Studio Code? Get it now.
JWC Language

JWC Language

jwc-extension

|
2 installs
| (1) | Free
JWC (Just Web Code) language support — syntax highlighting, snippets, and LSP-powered diagnostics
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft