Reputation: 121
When I write CSS, intellisense doesn't show me color box for hex value color but only icon. Before, Intellisense showed me color box for hex value. I don't know why. Now I use VS Code version 1.31.1. Can I change it or exist some extensions? Below are print screens. Thanks.
Upvotes: 12
Views: 25028
Reputation: 101
I'm using Color Highlight, you need to go to the extension settings and then change this value:
From:
To:
And that's all.
Upvotes: 4
Reputation: 421
If anyone here is wondering why they no longer see the color box next to their #FFFFF color scheme in vs code, check on the bottom right that it is set to CSS and not say POSTCSS.
Upvotes: 13
Reputation: 7171
I'm using Color Pick
vscode extension now:
https://marketplace.visualstudio.com/items?itemName=adam-watters.vscode-color-pick
Usage: After install, press F1
> enter pc
Upvotes: 0