-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Copy link
Labels
cssCSS styling supportCSS styling supporteditorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etc
Description
Describe the feature
Show a color preview for languages like CSS and Tailwind.
VSCode has this, which it calls "color decorators":

JetBrains editors, such as PyCharm, take it one step further and provide a color wheel + picker that can be opened by clicking on the color preview. This allows you to change the color in a more human friendly way, while having the changes reflected in the source code in the original format.
I use a color highlight extension which enables different styles:
LSP can provide this via textDocument/documentColor
.
rdjpalmer, widersky, icidasset, gregerolsson, CurbaiCode and 468 moreasuntx, C3pa, is-ege, imCorfitz, Blankeos and 35 moreis-ege, Blankeos, s-pimenta, wastedev, msmafra and 20 moreykaratkou, NGSpace, vectorcr, rizrmd, asuntx and 23 more
Metadata
Metadata
Assignees
Labels
cssCSS styling supportCSS styling supporteditorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etc