We'd been using Mindscape's Web Workbench plugin for some time in VS 2010. It's pretty nice. However, upon installing Visual Studio 2012, we noticed that CSS Intellisense is no longer working in .scss files.
That is to say, if I type in
.myStyle {
display:
}
I expect an Intellisense dropdown after "display:" to show me options like "block", "none", etc. But I only see the SASS completion options, no CSS options. How can I fix this?