Global intellisense for javascript and css in Visual Studio
Would be nice if Visual Studio would inspect the javascript and css files in the project and show intellisense for the files in partials, user control, master pages, pages, etc.
For those of you who haven’t checked out the Visual Studio 11 Developer Preview, you’ll find this requested feature in there.
6 comments
-
david hobbs
commented
TONIGHT I DO NOT KNOW TILL I SIT DOWN WEIGH READ AND TRYTHX
-
Xinyang Qiu
commented
In VS2012, you can setup global implicit JavaScript intelliSense reference:
http://msdn.microsoft.com/en-US/library/vstudio/hh362485.aspxAnd each web project, the JS reference uses scripts/_references.js as a reference
http://gurustop.net/blog/2012/03/03/javascript-js-intellisense-auto_complete-in-visual-studio-11-beta-the-web-_references-js-file/For more advanced topics on how to make customized XML documentation for JavaScript IntelliSense in VS2012:
http://msdn.microsoft.com/en-US/library/vstudio/bb385682.aspx -
Abdul Rehman
commented
nce
-
Anonymous
commented
can this also cover less files???
-
Christian Schiffer
commented
Hi Erik, yes I see the page inspector and it looks great, however no jvascript debugging (yet?) and we have to refresh the page for any change to show, Firebug is still the better choice in other words, thats a pitty, a big one.
So at this point I am thinking that javascript debugging and the need for page refresh should be considered a bug, not a feature request as the page inpsector give us an expectation to finally be able to stay in VS when deveoping for the web, without javascript debugging and instant gui changes based on changes made by the developer/designer that feature does NOT work as expected.
-
Mohamed Meligy commented
There are some changes related to this feature in Visual Studio 11, described one here:
http://bit.ly/_referencesjs