vscode-colorize icon indicating copy to clipboard operation
vscode-colorize copied to clipboard

A vscode extension to help visualize css colors in files

Results 126 vscode-colorize issues
Sort by recently updated
recently updated
newest added
trafficstars

If I use "dot" or "square dot" I get multiples next to the color. This doesn't seem to happen when the colorization is focused on the text itself (background, underline,...

Hello, I randomly have the "The Colorize Server server crashed 5 times in the last 3 minutes" notification. Here's log in the Output panel: ``` FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed...

In more and more libraries you define your css colors as variables without the use of a "color" function like: --primary: 262.1 83.3% 57.8%; It would be really useful for...

it doesn't work for 'fromARGB' function in Flutter ![image](https://github.com/user-attachments/assets/5b11468b-76d8-4860-9cc1-0f6064544701) ![image](https://github.com/user-attachments/assets/70cd27a9-80ed-4ab4-8ad5-8a58367c3618) my settings ```.json "colorize.include": [ "*" ], "colorize.colorized_colors": [ "BROWSERS_COLORS", "ARGB", "HEXA", "RGB", "HSL" ], ```

- Issue Type: `Performance` - Extension Name: `vs code-colorize` - Extension Version: `0.16.0` - OS Version: `Windows_NT x64 10.0.19045` - VS Code version: `1.96.2` :warning: Make sure to **attach** this...

Hi Encountered some slowdowns on Cursor. Realised that my commands were getting delayed. e.g. editor.action.smartSelect.expand to the point of it being unusable. The same project opens fine in VSCode though....