Open probablykasper opened 1 year ago
Some more features that are important for a color picker outside of CSS:
I'd love it if, when parsing hex colors, it placed a tiny square with the color right before it.
However, a color picker popup from a command like this would work as well.
This should probably get directly integrated at some point, but here's a stopgap solution for now. https://github.com/nickpoorman/colord?tab=readme-ov-file#zed-integration
I'd love it if, when parsing hex colors, it placed a tiny square with the color right before it.
However, a color picker popup from a command like this would work as well.
https://github.com/nickpoorman/colord?tab=readme-ov-file#zed-integration
Agree @nickpoorman , I used this in VSCode previously (works for more than just JSON files): https://marketplace.visualstudio.com/items?itemName=yechunan.json-color-token
Would love if we could build extensions to contribute these sorts of things to the community
Is there an extension yet for this?
Agreed,
In jetbrains ide's you're able to see the colors from a quick glance: Not sure if this feature is possible, but certainly one i'd love to see in zed
Check for existing issues
Describe the feature
Having a good color picker is a important for me when working with e.g CSS.
Features:
Enter
and the color is pasted inIf applicable, add mockups / screenshots to help present your vision of the feature
No response