JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T23:43:00Z http://stackoverflow.com/feeds/question/709713 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense 4 JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense bugBurger 2009-04-02T13:28:50Z 2009-07-20T17:48:28Z <p>In past i have worked with JQuery 1.2 vsdoc file which generates intellisense for vs2008 sp1.</p> <p>I have recently downloaded latest version of JQuery 1.3.2 and JQuery 1.3.2 vsdoc file. When i tried to get intellisense for jquery in vs2008 - I am getting following error-</p> <p>Warning 1 Error updating JScript IntelliSense: C:\Documents and Settings\sonx3d\My Documents\Visual Studio 2008\Projects\WebApplication2\WebApplication2\jquery-1.3.2.js: Object doesn't support this property or method @ 2139:1 </p> <p>Can anyone help on this please ? </p> http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/724344#724344 4 Answer by Rajesh for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense Rajesh 2009-04-07T06:28:02Z 2009-04-07T06:28:02Z <p>Check this link <a href="http://code.google.com/p/jqueryjs/downloads/list" rel="nofollow">http://code.google.com/p/jqueryjs/downloads/list</a></p> <p>Download the file <strong>jquery-1.3.2-vsdoc2.js</strong> and don't use <strong>JQuery 1.3.2 vsdoc</strong></p> <p>Also check the last few comments from <a href="http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx" rel="nofollow">http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx</a></p> <p>That will solve your problem.</p> http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/735638#735638 1 Answer by bugBurger for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense bugBurger 2009-04-09T19:38:28Z 2009-04-09T19:38:28Z <p>Read this blog - <a href="http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx" rel="nofollow">http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx</a></p> <p>What i did is - i have downloaded (updated) version of jquery vsdoc file and added a reference in vs2008 and it worked.</p> http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/741337#741337 5 Answer by Troy for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense Troy 2009-04-12T06:05:05Z 2009-04-12T06:05:05Z <p>It is working now for me. All I had to do was rename jquery-1.3.2-vsdoc2.js to jquery-1.3.2-vsdoc.js and now intellisense is working.</p> http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/836845#836845 0 Answer by EnocNRoll for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense EnocNRoll 2009-05-07T20:25:22Z 2009-05-07T20:25:22Z <p>Some very useful links jQuery intellisense in Visual Studio:</p> <ul> <li><p>FAQ on JavaScript Intellisense: <a href="http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx" rel="nofollow">http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx</a> <BR>It explains how the path style is important to Visual Studio, ASP.NET Web Forms and ASP.NET MVC.</p></li> <li><p>A fantastic overview of jQuery intellisense by Scott Guthrie: <a href="http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx" rel="nofollow">http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx</a></p></li> </ul> http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/1154926#1154926 0 Answer by beerbelly for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense beerbelly 2009-07-20T17:48:28Z 2009-07-20T17:48:28Z <p>For those running into an error message with: <strong>Error updating JScript IntelliSense: 'div.childNodes' is null or not an object</strong></p> <p>See this blog: <strong><a href="http://blog.jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form" rel="nofollow">http://blog.jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form</a></strong></p> <p>This resolution will probably help up until they replace the file at google.</p>