Thursday, 29 November 2012

jQuery intellisense in Visual Studio 2010

To help you when you develope jQuery based webapplications in Visual Studio, you can get intellisense.

  1. First of all you have to download the a jquery-x.y.z-vsdoc.js file where xyz matches the version of the jquery library you are using in your application.
  2. Put it in the same folder as your jquery library file.
  3. Make sure your jquery library is included in your page with a standard html <script> tag.



Now Visual Studio 2010 automatically activates intellise for your jquery. Neat! :)

See also:
jQuery Intellisense in VS 2008
jQuery VSDoc

No comments:

Post a Comment