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

This colorizer plugin is very powerful with so many options. The `"colorize.languages"` option is not enough to meet my need. Sometimes I wanna enable it for the current file, but...

It would be totally awesome if it showed color picker button next to the color

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.0 to 4.33.0. Release notes Sourced from @​typescript-eslint/parser's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.0 to 4.33.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...

dependencies

I don't understand why colorize need be enabled to certain languages, he should work "natively" with all languages

Bumps [eslint](https://github.com/eslint/eslint) from 7.26.0 to 7.32.0. Release notes Sourced from eslint's releases. v7.32.0 3c78a7b Chore: Adopt eslint-plugin/prefer-message-ids rule internally (#14841) (Bryan Mishkin) faecf56 Update: change reporting location for curly rule...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

If colorize have **async mode** that not block other extensions? I have met the problem as below: ![image](https://user-images.githubusercontent.com/23717792/120162949-84a94480-c22b-11eb-95ef-fcdf0c25f129.png) If the project is large, the extension will block for a long...

Whitespace syntax is a valid CSS RGB syntax but is not supported by this extension. https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#RGB_syntax_variations

enhancement