I'm not sure what I'm missing here. I have Web Essentials installed with the extensions for SASS/SCSS, however the menu doesn't appear as I had expected based on tutorials I'd found and, more importantly, the intellisense isn't working properly. I'm not sure what I'm doing wrong, but I can't find anyone who's running into this. The thing is also that in Tools>Options>Text Editor it has SCSS as a category, but there's nothing within it that would indicate why it doesn't like it.
intellisense is not working
Alright, the solution I came to was derived from the fact that when I initially created the SCSS file, I had created it as a CSS file and then modified the extension. I deleted it, specifically created an SCSS file using the template finder, pasted in my previous SCSS content, and everything works fine now.