IntelliSense没有出现在脚本标签上的原因是什么? [英] IntelliSense not coming on script tag why?

查看:76
本文介绍了IntelliSense没有出现在脚本标签上的原因是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在编写window.events .....,window.events.srcElements时
IntelliSense没来,但是代码可以正常工作,它背后的错误告诉我,请对此我予以感动



谢谢
预先

while writing window.events.....,window.events.srcElements
IntelliSense not coming but the code is working fine what the mistake behind it tell me please i struck with this



thanks
in advance

推荐答案

不要期望Visual Studio IntelliSense 对于JavaScript总是可以正常工作,因为它不是一种类型化的语言(与C#不同).如果工作正常,但未显示IntelliSense,则很好.

但是,VS 2010在JavaScript IntelliSense上有重要的改进.参见 http://weblogs.asp.net /scottgu/archive/2010/04/08/javascript-intellisense-improvements-with-vs-2010.aspx [
Do not expect Visual Studio IntelliSense will always work correctly for JavaScript, cause, it is not a typed language (Unlike C#). If it works fine, but doesn''t show IntelliSense, it''s fine.

However, VS 2010 has significance improvement on JavaScript IntelliSense. See http://weblogs.asp.net/scottgu/archive/2010/04/08/javascript-intellisense-improvements-with-vs-2010.aspx[^]


它将不会'因为Java语言不是Microsoft制作的,所以不会在Java语言中显示IntelliSense.它是独立的脚本语言.它与asp.net,php,html等一起用于Web开发.因此Javascript具有自己的接口,可以在上面编写脚本.


来自Jitendra Tikudia.

请标记为答案.
It won''t show IntelliSense in Javascript because Javascript is not made by Microsoft. It is independent scripting language. which is used in web developement with asp.net, php, html, etc. So Javascript has it Own interface to write script on.


from Jitendra Tikudia.

Please Do MARK AS ANSWER.


这篇关于IntelliSense没有出现在脚本标签上的原因是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆