Open the command palette (Ctrl/Cmd + Shift + P) and type "Color Palette Forge" to access the following commands:
Color Palette Forge: Import Palette from Web App - Import your palettes from the web application
Color Palette Forge: Insert Color - Insert a color from your palettes into the current document
Color Palette Forge: Open Palette Manager - Open the palette manager interface
Color Palette Forge: Sync with Web App - Sync your local palettes with the web application
IntelliSense Support
When working with CSS, SCSS, or LESS files, you'll get IntelliSense suggestions for your color variables. Simply start typing your color variable prefix (default: color-) to see suggestions.
Color Manager
Use the "Open Palette Manager" command to open a visual interface for managing your palettes. From here you can:
View all your palettes
See color swatches
Insert colors with a click
Delete palettes
Extension Settings
This extension contributes the following settings:
colorPaletteForge.apiKey: Your Color Palette Forge API key
colorPaletteForge.variablePrefix: Prefix for generated color variables (default: color)
colorPaletteForge.includeTypeScript: Include TypeScript support (default: true)
Requirements
VS Code version 1.60.0 or higher
A Color Palette Forge account and API key
Release Notes
0.0.1
Initial release of Color Palette Forge VS Code Extension with basic palette management and color insertion features.