0

I seem to be missing all of the cool CSS editor features that were in VS 2012 RC. For example, the color picker. Is it because I am using the evaluation version? Or is there a switch to turn them on in the release?

danludwig
  • 46,965
  • 25
  • 159
  • 237

1 Answers1

8

You need the "Web Essentials 2012" extension from "Tools > Extensions and Updates > Online > Visual Studio Gallery." A restart of VS2012 will be required.

Hope it helps!

Jason Miller
  • 276
  • 2
  • 4
  • 2
    Ok I see now. Weird I had to disable resharper 7 in order to get the color picker. – danludwig Aug 23 '12 at 18:09
  • 1
    Yeah, Resharper still to date of this comment tries to replace the color picker with its own. I considered removing R# intellisense for CSS entirely. – Meligy Nov 09 '12 at 05:05
  • So any ideas if (as of March 2013) it's possible to keep using Resharper but just turn off it's color picker so the Web Essentials color picker can kick in? – Code Monkey Mar 26 '13 at 17:51