Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Color IntelliSense PreviewNew to Visual Studio Code? Get it now.
Color IntelliSense Preview

Color IntelliSense Preview

Preview

hunghg255

|
1,882 installs
| (1) | Free
| Sponsor
Intelligent color-preview previewing and searching for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

logo

A vscode extension preview color

Contributors License

Preview

preview

Features

  • Inline display corresponding color
  • Hover

Config .vscode/settings.json

// reload
  "color-preview.annotations": true,
 "color-preview.colorDirectoryPath": "./public/styles/color.json"
// color.json
{
  "light: {
    "primary": "#000",
    "secondary": "#fff"
  },
  "dark": {
    "primary": "#fff",
    "secondary": "#000"
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft