Visual Studio jQuery Intellisense over CDN

Most of us know about the Visual Studio jQuery Intellisense document Visual Studio Intellisense (vsdoc) for jQuery 1.4.1.

However many developers are not aware that you can get vsdoc Intellisense for jQuery over CDN (Content Delivery Network) as well. Just use the Microsoft CDN instead of the Google CDN

Here’s an example of the intellisense showing up with the Microsoft CDN network:

vsdoc intellisense with CDN

vsdoc intellisense with CDN

Microsoft CDN hosts both jQuery and the Visual Studio Intellisense for jQuery.

7 comments:

  1. thanks this was very useful info

    ReplyDelete
  2. Hey, knew that, but for some reason it's not working for me. I did the exact same includes in my ASP.net masterpage and started writing my script there but no Intellisense :(

    Any idea?

    ReplyDelete
  3. Make sure you are using the jquery-1.4.1.js and not the jquery-1.4.1.min.js for intellisense to appear

    ReplyDelete
  4. Ok, missed that. But still...I get an error in the status bar of VS saying "Error updating JScript IntelliSense, see Error List." but there is no error on the list...
    I tried to do a "Ctrl+Shift+J" to force updating the IntelliSense with no success..
    Do you have any suggestions??

    ReplyDelete
  5. didn't work for me either. i get the following error when press ctrl + shift + j. i'm using vs 2008.

    Warning 1
    Error updating JScript IntelliSense: C:\Documents and Settings\myname\Local Settings\Temporary Internet Files\Content.IE5\1E3DO8CC\jquery-1.4.1-fds90[1]..js: Object doesn't support this property or method @ 823:1

    ReplyDelete