JQuery 1.3.2 vsdoc 不生成 Visual Studio 智能感知
过去我使用过 JQuery 1.2 vsdoc 文件,它为 vs2008 sp1 生成智能感知。
我最近下载了最新版本的 JQuery 1.3.2 和 JQuery 1.3.2 vsdoc 文件。 当我尝试在 vs2008 中获取 jquery 的智能感知时 - 我收到以下错误 -
警告 1 更新 JScript IntelliSense 时出错:C:\Documents and Settings\sonx3d\My Documents\Visual Studio 2008\Projects\WebApplication2\WebApplication2\jquery-1.3.2.js:对象不支持此属性 或方法@2139:1
有人可以帮忙吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
检查此链接
http://code.google.com/p/jqueryjs/downloads/list
下载文件 jquery-1.3.2-vsdoc2.js 并且不要使用 JQuery 1.3.2 vsdoc
另请检查来自的最后几条评论
http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx
这将解决您的问题。
Check this link
http://code.google.com/p/jqueryjs/downloads/list
Download the file jquery-1.3.2-vsdoc2.js and don't use JQuery 1.3.2 vsdoc
Also check the last few comments from
http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx
That will solve your problem.
阅读此博客 - http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx
我所做的是 - 我已经下载了(更新)版本的 jquery vsdoc 文件并在 vs2008 中添加了引用并且它有效。
Read this blog - http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx
What i did is - i have downloaded (updated) version of jquery vsdoc file and added a reference in vs2008 and it worked.
Visual Studio 中的一些非常有用的链接 jQuery intellisense:
JavaScript Intellisense 常见问题解答:http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx
它解释了路径样式对于 Visual Studio、ASP.NET Web Forms 和 ASP.NET MVC 的重要性。
Scott Guthrie 对 jQuery intellisense 的精彩概述:
http://weblogs.aspx asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx
Some very useful links jQuery intellisense in Visual Studio:
FAQ on JavaScript Intellisense: http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx
It explains how the path style is important to Visual Studio, ASP.NET Web Forms and ASP.NET MVC.
A fantastic overview of jQuery intellisense by Scott Guthrie:
http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx
对于那些遇到错误消息的人:
更新 JScript IntelliSense 时出错:“div.childNodes”为 null 或不是对象
请参阅此博客:
http://blog .jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form
此解决方案可能会有所帮助,直到他们替换谷歌的文件。
For those running into an error message with:
Error updating JScript IntelliSense: 'div.childNodes' is null or not an object
See this blog:
http://blog.jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form
This resolution will probably help up until they replace the file at google.
它现在对我有用。 我所要做的就是将
jquery-1.3.2-vsdoc2.js
重命名为jquery-1.3.2-vsdoc.js
,现在智能感知正在工作。It is working now for me. All I had to do was rename
jquery-1.3.2-vsdoc2.js
tojquery-1.3.2-vsdoc.js
and now intellisense is working.