vscode-colorize
vscode-colorize copied to clipboard
A vscode extension to help visualize css colors in files
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   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....