-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
I have the same issue. |
Verifying that VS-code color decorators are not supported in v1.0.3 |
facing the same issue |
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. 😞 |
Any new word on this? |
Any update on this, @jonathantneal? Really looking forward to this feature! :) |
I have the same issue. |
I've been dealing with this for awhile as well. |
Is the author missing? There's been no update for two years Is there an alternative vscode plug-in to recommend? |
Faced the same issue. Disabling this extension resolved my CSS color picker issue. |
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.
The text was updated successfully, but these errors were encountered: