Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>WebJs FrameworkNew to Visual Studio Code? Get it now.
WebJs Framework

WebJs Framework

WebJs

| (0) | Free
All-in-one webjs support: html/css template highlighting, language-service intelligence, snippets, and commands. No Lit extension required.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

webjs for VSCode

All-in-one editor support for webjs, the AI-first, web-components-first framework. No Lit extension required.

Works in VSCode and VSCode-based editors (Cursor, Antigravity, Windsurf, VSCodium) via the Open VSX Registry.

Features

  • Template highlighting. Markup inside html`...` and css`...` (and svg`...`) tagged templates is highlighted as HTML / CSS / SVG, with ${...} expressions tokenized as TypeScript. No separate Lit / lit-html extension needed.
  • Language-service intelligence. Bundles the webjs TypeScript-server plugin and registers it automatically (no tsconfig.json edit), with its own in-template engine (no Lit plugin): go-to-definition on tags / attributes / CSS classes, binding-aware completions (tag names, and .prop / ?bool / plain attributes keyed by prefix), in-template diagnostics (value type-checks, unquoted-binding and expressionless-property errors), and hover, all gated on import-graph reachability.
  • Snippets for the common recipes: wjpage, wjdynamic, wjaction, wjcomponent, wjroute, wjlayout.
  • Commands: webjs: Run check, webjs: Create a new app, webjs: Open documentation.

Install

  • VSCode: search "webjs" in the Extensions view (Marketplace).
  • Cursor / Antigravity / Windsurf / VSCodium: search "webjs" (these pull from Open VSX).

About

This extension lives in the webjs monorepo and is versioned with the framework. WebJs is buildless: the framework source you read in node_modules/@webjsdev/*/src is what runs.

License: MIT.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft