Search code examples
visual-studio-2012css-editor

How to enable CSS editor features in VS 2012?


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?


Solution

  • 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!