Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Kigumi IntelliSenseNew to Visual Studio Code? Get it now.
Kigumi IntelliSense

Kigumi IntelliSense

Kigumi

|
1 install
| (0) | Free
CSS class name and custom property IntelliSense for Web Awesome
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kigumi IntelliSense

Your companion for Kigumi projects. Autocomplete and hover previews for wa-* utility classes and --wa-* design tokens in your projects.

Features

Class Name Completions

Type wa- inside any class or className attribute to get completions with CSS previews.

<div class="wa-stack wa-gap-l">
  <h2 class="wa-heading-xl">Team</h2>
  <div class="wa-cluster wa-gap-xs">
    <wa-tag>Design</wa-tag>
    <wa-tag>Engineering</wa-tag>
  </div>
</div>
<div className="wa-stack wa-gap-m">
  <h1 className="wa-heading-2xl">Settings</h1>
  <p className="wa-body-s wa-color-text-quiet">Manage your preferences.</p>
</div>

CSS Token Completions

Type --wa- inside var() to get token completions with resolved values.

.callout {
  padding: var(--wa-space-m) var(--wa-space-l);
  color: var(--wa-color-text-normal);
  background: var(--wa-color-fill-quiet);
  border: 1px solid var(--wa-color-border-quiet);
}

Hover Previews

Hover over any wa-* class to see its CSS declarations, or any --wa-* token to see its resolved value and category.

Supported Languages

Type Languages
Markup HTML, React (TSX/JSX), TypeScript, JavaScript, Vue
Styles CSS, SCSS, Less

Configuration

Setting Default Description
kigumi.enable true Enable or disable the extension
kigumi.classAttributes ["class", "className"] Attribute names to provide completions for

Requirements

Works with any project using Kigumi components or Web Awesome.

Install via the Kigumi CLI:

npx kigumi init

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft