Install the extension
- Open VS Code.
- Open the Extensions panel (
Ctrl+Shift+X/Cmd+Shift+X) - Search for Design Tokens Explorer.
- Click Install.
Add your first token source
Open your VS Code settings (Your CSS file should expose tokens as CSS custom properties inside
Ctrl+, / Cmd+,) and search for designTokensExplorer.sources, or add it manually to your settings.json:- CSS/SCSS file
- JSON file
- Remote URL
:root:Open the panel
Click the Design Tokens Explorer icon in the Activity Bar (left sidebar). Your tokens will load automatically.
If you don’t see the icon, open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P) and run Design Tokens: Refresh Sources.Insert a token
- Open any file in the editor
- Place the cursor where you want to insert a token
- Click a token in the sidebar — it inserts automatically in the correct format
var(--token-name). In JavaScript/TypeScript it inserts the token name as a string. See Token Insertion for full formatting rules.Next steps
Token Sources
Detailed source configuration including groups and remote URLs
All Settings
Customize insertion format, click behavior, scan paths, and more
Token Previews
Visual preview renderers for every token type
Adoption Audit
Find and replace hardcoded values across your codebase