Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy am I not getting .css intellisense
    text
    copied!<p><strong>Question:</strong> Why am I not getting <code>.css</code> intellisense while coding the HTML in Durandal <code>~/App/Views/###.html</code> pages.</p> <p><strong>Steps to Recreate:</strong> In Visual Studio Professional 2012 I've began an "empty" ASP.NET Web Application and added <a href="http://nuget.org/packages/Microsoft.AspNet.Web.Optimization/1.0.0" rel="nofollow"><em>Microsoft ASP.NET Web Optimization Framework 1.0.0</em></a> <a href="http://nuget.org/" rel="nofollow">Nuget</a> Package to my solution. I've also included <a href="http://nuget.org/packages/Durandal/" rel="nofollow"><em>Durandal 1.2.0</em></a> and <a href="http://nuget.org/packages/Twitter.Bootstrap/" rel="nofollow"><em>Bootstrap 2.3.1</em></a>.</p> <p>After adding the above mentioned references to my application I've added a <code>shell.html</code> page to the <code>~/App/</code> folder that was generated when <a href="http://nuget.org/" rel="nofollow">Nuget</a> installed the <a href="http://nuget.org/packages/Durandal/" rel="nofollow"><em>Durandal</em></a> package.</p> <p>As a sidenote, the <code>.css</code> files are working fine once I debug the application. I have multiple <code>.css</code> files including the <code>Bootstrap.css</code> file (installed with <a href="http://nuget.org/packages/Twitter.Bootstrap/" rel="nofollow"><em>Bootstrap 2.3.1</em></a> (mentioned above)) in my <code>~/Content/</code> folder and the <code>~/App_Start/BundleConfig.cs</code> which are referencing and using the <code>.css</code> files as they should during runtime.</p> <p>Lastly, when I go through the <a href="http://pluralsight.com/training/" rel="nofollow"><em>PluralSight</em></a> <a href="http://pluralsight.com/training/courses/TableOfContents?courseName=single-page-apps-jumpstart&amp;highlight=john-papa_spajs-m1-spa%2a1,0#spajs-m1-spa" rel="nofollow"><em>Single Page Apps JumpStart</em></a> tutorial and get to the <a href="http://pluralsight.com/training/courses/TableOfContents?courseName=single-page-apps-jumpstart&amp;highlight=john-papa_spajs-m1-spa%2a1,0#spajs-m1-spa" rel="nofollow"><em>Coding the Shell with Durandal.js</em></a> section we see clearly that I'm/we're supposed to get intellisense, but I do not.</p> <p>Thank you.</p> <p><strong>UPDATE:</strong> I was just made aware "<em><a href="http://connect.microsoft.com/VisualStudio/feedback/details/790808/no-intellisense-in-html-editor-to-show-the-classes-in-my-css-file" rel="nofollow">the issue has been routed to the Visual Studio Product Team for triage and resolution.</a></em>"</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload