It seems that I am missing the Visual Studio 2012 color picker function in the css editor. It shows only a drop-down menu.
I tried changing the color selection option in the settings. Also tried to reset the settings.
Any ideas would be highly appreciated.
thanks
Enter # after the property:
color:#
When installing Resharper, I need to press Ctrl J
Ctrl J
This gives you the first bit of the drop-down list (some samples). Then you press the double down arrow to get the right color choice.
Are you typing the pound sign "#"? This is what causes a good color choice.
(for example, "color: #", when you press "#", you get a collector, otherwise you just get a crappy drop-down menu).
Do you have any extensions? ReSharper in particular? I was experiencing the same problem and thought that ReSharper could be the cause. Deleted it, and now I have a CSS color picker as advertised. If you do not have ReSharper installed, this may be caused by another extension.
Source: https://habr.com/ru/post/925953/More articles:Scala Vector Machine Library Support - scalaJavascript gets progress PHP script - javascriptWorking with long server operations using ajax? - jqueryThe class implementation interface should be able to add only an object of the same class - javaHttpRequestHeader cookie format - httpLinking to multiple libraries, one of which includes a set of system calls - cIs "where T: class" in any way not applicable at compile time or runtime? - genericsEmacs-helm tab (nothing) doesn't auto-complete with a better match - emacsgit: export from bitbucket and import github (w / commits) - gitOrder only the numeric part of the string - sqlAll Articles