Mrtvola
Mrtvola

Reputation: 121

VS Code intellisense doesn't show me color box for hex value color

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.

Before with color box for hex value
Now without color box for hex value, only with icon

Upvotes: 12

Views: 25028

Answers (3)

Aldrich Hernandez
Aldrich Hernandez

Reputation: 101

I'm using Color Highlight, you need to go to the extension settings and then change this value:

From:

enter image description here

To:

enter image description here

And that's all.

Upvotes: 4

Joao Ricardo
Joao Ricardo

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.

enter image description here

enter image description here

Upvotes: 13

yu yang Jian
yu yang Jian

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

Related Questions