Reputation: 1545
I have been working in Visual Studio 2010, in asp.net, i am using Jquery for posting and receiving results and it works perfectly, but the issue is, when we make a JavaScript file in Visual Studio, there is no Intellisense (Drop down Help while writing code) while working in it, and if error occurs, we have to go to Firefox error console to see errors, but is not there is helping support in Visual Studio 2010? Please let me know if you know any Jquery or Javascript
Upvotes: 1
Views: 760
Reputation: 71
...and in fact if you use nuget to get the latest jquery 1.6 http://nuget.org/List/Packages/jQuery This includes the latest vsdoc.js file.
Upvotes: 2
Reputation: 10247
Everything you need to know about JavaScript intellisense in Visual Studio.
Here's a link to a vsdoc generator by Damian Edwards (dev on the ASP.NET team). Use this to generate Visual Studio intellisense docs for any version of jQuery.
Upvotes: 4