Why don't I get CSS class intellisense from CSS files?
问题 One of the nice features of VS2012 was that when I'm editing an HTML (or .cshtml) file, it provided great intellisense. When I start to type: <a href=" The editor would open a prompt with "Pick URL..." and a list of possible options based on the current directory of the file. ^ Visual Studio 2012 Furthermore, in VS2012 the editor would detect any referenced CSS file(s) , like this: <link rel="stylesheet" type="text/css" href="bootstrap.css" /> And would provide autocompletion of all CSS