Airframe IntelliSenseIntelligent Airframe tooling for VS Code and Cursor — autocomplete and hover documentation for design tokens and component classes.
Install via the Visual Studio Code Marketplace → Docs: airframeui.com/docs/vscode-extension FeaturesAutocompleteIntelligent suggestions for:
Hover PreviewHover any Supported languagesCSS · SCSS · Less · HTML · JavaScript / JSX · TypeScript / TSX · Astro Recommended VS Code settings
|
| Setting | Default | Description |
|---|---|---|
airframeui.enable |
true |
Enable or disable Airframe IntelliSense |
Troubleshooting
- Confirm the extension is installed and enabled.
- Check the language mode in the status bar (HTML, CSS, Astro, …).
- Ensure
airframeui.enableis notfalse. - For completions inside
class="…", enableeditor.quickSuggestions.stringsor useCtrl+Space/Cmd+Space. - Reload the window after installing or updating.
Development
For contributors working in this monorepo. End users should install from the Marketplace.
Build
# From monorepo root (builds core, then the extension)
pnpm exec turbo build --filter=airframe-intellisense
Or from this package (core must already be built):
cd packages/vscode-extension
npm run generate-data
npm run compile
Test in Extension Development Host
- Open the monorepo (or this folder) in VS Code / Cursor
- Press
F5— launch config runs generate-data + compile first - In the host window, open
demo.htmlor any CSS/HTML/JSX/Astro file and try--af-/af-
Package & install a local VSIX
cd packages/vscode-extension
npm run package
# Cursor
cursor --install-extension ./airframe-intellisense-$(node -p "require('./package.json').version").vsix
# VS Code
code --install-extension ./airframe-intellisense-$(node -p "require('./package.json').version").vsix
Then Developer: Reload Window.
Demo GIF
Record / update the Marketplace + docs demo: media/CAPTURE.md
More internals: DEVELOPMENT.md
License
Airframe core libraries are licensed under the MIT License.
Commercial tooling, premium themes, and hosted services may be offered under separate commercial licenses.
