Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode Not showing ColorPicker

i searched that VSCode have built-in ColorPicker from this Link

But i'm trying to learn code igniter with vscode and there's nothing like that. How to enable it ? i tried to enable editor.colorDecorators:true but its doesn't change anything.

vscode

like image 949
XMozart Avatar asked May 25 '18 13:05

XMozart


1 Answers

Go to settings, the small cog in the bottom left of the screen.

enter image description here

Type in 'hover' into the settings search bar and make sure 'Editor>Hover:Enabled' is checked

enter image description here

Now when you hover a color, the color picker should appear

If you are not seeing the color box, check CSS is selected as the language in the bottom right, if it is not, click on it and select CSS.

enter image description here

like image 60
stanley Avatar answered Sep 22 '22 09:09

stanley