Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Design Tokens ExplorerNew to Visual Studio Code? Get it now.
Design Tokens Explorer

Design Tokens Explorer

Vira

vira.build
|
151 installs
| (0) | Free Trial
Load, explore, preview, check adoption and insert design tokens.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Design Tokens Explorer

Design Tokens Explorer

DESIGN TOKENS MADE EASY.
dtexplorer.io


Documentation — Get a license

Design Tokens Explorer is a premium VS Code extension that lets you load, browse, preview, and insert design tokens directly in your editor — from local files or remote URLs. It supports CSS custom properties, JSON, and JS/TS exports, with live visual previews for colors, spacing, typography, shadows, easing curves, and more.

Quick Start

Add your token sources to .vscode/settings.json:

{
  "designTokensExplorer.sources": [
    {
      "name": "Tokens",
      // relative path or remote URL (.css, .json, .js)
      "path": "tokens/tokens.css",
      "groups": [
        // the name must match tokens prefix (color, space, radius...)
        { "name": "color", "type": "color" },
        { "name": "spacing", "type": "size" },
        { "name": "radius", "type": "radius" },
      ],
    },
  ],
}

Click any token in the sidebar to insert it at the cursor. That's it.

For the full configuration reference, token source formats, usage scanning, and all available options, see the documentation →


Copyright © Vira Software. All rights reserved.


Design Tokens Explorer is a Vira Software's commercial product developed by Mattia Astorino.
By using this extension you agree with the Terms of Service published on dtexplorer.io

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