简体   繁体   English

使用jquery-1.3.2.min.js更新JScript IntelliSense时出错

[英]Error updating JScript IntelliSense with jquery-1.3.2.min.js

Any idea.. 任何想法..

Warning 15  Error updating JScript IntelliSense: ********\jquery\jquery-1.3.2.min.js: Object doesn't support this property or method @ 18:9345  '*******'   1   1   projname

Note: Actual File path of file which contain the javascript is replaced with ** Project Name is replaced with projname 注意:包含javascript的文件的实际文件路径将替换为**项目名称将替换为projname

Please let me know... Thanks in advance 请让我知道...先谢谢

Are you using V 2008? 你在使用V 2008吗? May be JS Intellisense engine is unable to work with minified version. 可能是JS Intellisense引擎无法使用缩小版本。

Use vsdoc files instead - find one for your jquery version here: http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2-vsdoc2.js&can=2&q= (rename it as jquery-1.3.2-vsdoc.js). 使用vsdoc文件 - 在这里找到一个jquery版本: http//code.google.com/p/jqueryjs/downloads/detail? name = jquery-1.3.2-vsdoc2.js&can = 2&q =(将其重命名为jquery -1.3.2-vsdoc.js)。 You need VS 2008 SP1 for vdoc files to work. 您需要VS 2008 SP1才能使用vdoc文件。

See this blog post announcing vsdoc based js intellisense support. 请参阅此博客文章,宣布基于vsdoc的js intellisense支持。 Check this FAQ to trouble-shoot related issues. 查看此常见问题解答以解决相关问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM