Muhammad Atif Agha
Muhammad Atif Agha

Reputation: 1545

JavaScript/Jquery in Visual Studio, Any Intellisense? Any Help for writing?

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

Answers (2)

Graham A
Graham A

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

Kevin Babcock
Kevin Babcock

Reputation: 10247

Everything you need to know about JavaScript intellisense in Visual Studio.

Here's an updated post that addresses JavaScript intellisense improvements/updates in Visual Studio 2010.

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

Related Questions