Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color picker doesn't work #3

Open
ehoogeveen-medweb opened this issue Jan 30, 2020 · 10 comments
Open

Color picker doesn't work #3

ehoogeveen-medweb opened this issue Jan 30, 2020 · 10 comments

Comments

@ehoogeveen-medweb
Copy link

I noticed that VSCode's built-in color picker doesn't work after enabling this extension. The color picker shows the color as a little square next to the CSS value and lets you choose a different color on hover. This feature is pretty useful but unfortunately it's only enabled for the CSS dialects that VSCode natively supports.

Looking at how vetur implemented this, it looks like you have to register with a color provider. This doesn't look exactly trivial, but hopefully it doesn't require too much customization either.

@freesh
Copy link

freesh commented Apr 16, 2020

I have the same issue.

@spoike
Copy link

spoike commented May 8, 2020

Verifying that VS-code color decorators are not supported in v1.0.3

@sanket-bhalerao
Copy link

facing the same issue

@jonathantneal
Copy link
Collaborator

My plugin does not include any languageserver integration, which is the cause of the missing Intellisense integration and color parsing. This is something I need to add. Thank you for telling me, and I’m very sorry this feature is missing.

Unless I misunderstand the abilities of other language extensions, it seems like one is either forced to miss out the syntax validity of modern CSS, or forced to miss out on the amazing integration abilities of VSCode. 😞

@brycewray
Copy link

Any new word on this?

@renet
Copy link

renet commented Aug 4, 2021

Any update on this, @jonathantneal? Really looking forward to this feature! :)

@jedchang
Copy link

I have the same issue.

@jas-naz
Copy link

jas-naz commented Feb 6, 2022

I've been dealing with this for awhile as well.

@tomoat
Copy link

tomoat commented Mar 15, 2022

Is the author missing? There's been no update for two years

Is there an alternative vscode plug-in to recommend?

@nishant-k1
Copy link

Faced the same issue. Disabling this extension resolved my CSS color picker issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests