May 5, 2009

Visual Studio 2008 Intellisense for jQuery not working with jQuery 1.3.2 vsdoc




Have you faced issues with the Visual Studio 2008 Intellisense for jQuery. There are some issues of the intellisense not working with jQuery 1.3.2 vsdoc.

Some solutions:

- Install the hotfix for full jQuery Intellisense in VS 2008 http://blogs.msdn.com/webdevtools/archive/2008/11/07/hotfix-to-enable-vsdoc-js-intellisense-doc-files-is-now-available.aspx

- Download the latest jQuery vsdoc file from here http://code.google.com/p/jqueryjs/downloads/list

- The correct file to use is jquery-1.3.2-vsdoc2.js and not jquery-1.3.2-vsdoc.js

- Check this link http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx

'Like' us on our FaceBook page if you find this blog useful. Thanks!


Did you like this post?
kick it on DotNetKicks.com Save on Delicious
subscribe via rss subscribe via e-mail
print this post follow me on twitter


About The Author

Suprotim Agarwal, ASP.NET Architecture MVP works as an Architect Consultant and provides consultancy on how to design and develop Web applications.

Suprotim is also the founder and primary contributor to DevCurry, DotNetCurry and SQLServerCurry. He has also written an EBook 51 Recipes using jQuery with ASP.NET Controls.

Follow him on twitter @suprotimagarwal

comments

2 Responses to "Visual Studio 2008 Intellisense for jQuery not working with jQuery 1.3.2 vsdoc"
  1. Jake said...
    August 31, 2009 1:25 PM

    I was running into this problem too. I resolved it by making sure the name of the vsdoc file has the exact same name as the jquery js for your page. I was using Google's API via:

    src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"

    I had to rename the vsdoc file to "jquery.min.js" as in this snippet:

    src="Shared/Scripts/jquery.min.js"> 
    Hope it helps!

  2. Suprotim Agarwal said...
    August 31, 2009 8:29 PM

    Thanks for that tip Jake!

 

Copyright © 2009-2012 All Rights Reserved for DevCurry.com by Suprotim Agarwal | Terms and Conditions