问题
I have googled a lot to try to find a fix for this. But none of the discussion is helping me. Here is my situation.
For him in this question. He says that css intellisense is working if he adds css like below. I am already using this method.
<link href="~/Content/style.css" rel="stylesheet" />
adding type="text/css"
is also not working. I usually do not use this attribute but tried adding this when I saw in this question.
I also have both of these tools installed Web Essential 2012 and Microsoft Web Developer Tools extension.
Besides that, intellisense is working everywhere perfectly. It is also generating intellisense for HTML element, Razor expressions and even for JavaScript (jQuery too).
In the image below, there is no intellisense at current cursor location.

Please help me getting rid of this.
Added:
It won't generate list of css classes even if I add a few css classes in <style></style
section.
来源:https://stackoverflow.com/questions/18060913/css-intellisense-not-firing-for-class-attribute-in-mvc-4-vs12-update-3-vs13-pr