asp.net - Why am I not getting .css intellisense -


question: why not getting .css intellisense while coding html in durandal ~/app/views/###.html pages.

steps recreate: in visual studio professional 2012 i've began "empty" asp.net web application , added microsoft asp.net web optimization framework 1.0.0 nuget package solution. i've included durandal 1.2.0 , bootstrap 2.3.1.

after adding above mentioned references application i've added shell.html page ~/app/ folder generated when nuget installed durandal package.

as sidenote, .css files working fine once debug application. have multiple .css files including bootstrap.css file (installed bootstrap 2.3.1 (mentioned above)) in ~/content/ folder , ~/app_start/bundleconfig.cs referencing , using .css files should during runtime.

lastly, when go through pluralsight single page apps jumpstart tutorial , coding shell durandal.js section see i'm/we're supposed intellisense, not.

thank you.

update: made aware "the issue has been routed visual studio product team triage , resolution."

the css should work in vs 2012. install web essentials too, helps tremendously (its incubator vs features between releases)

for javascript intellisense ... when using require.js harder that. best way found use resharper's plugin vs. gives me intellisense on javascript, when using require.js.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -