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

3

10

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

Accountable answered 14/2, 2019 at 12:47 Comment(1)
A bug and it's already filed: github.com/Microsoft/vscode/issues/68269Markle
T
12

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

Thistly answered 12/1, 2022 at 18:14 Comment(0)
N
2

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.

Ngocnguyen answered 17/2 at 21:6 Comment(0)
D
0

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

Discordance answered 22/12, 2020 at 12:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.