Visual Studio 中的 ExtJS (2010)
两个问题:
- 如何获得 ExtJS 的 JavaScript IntelliSense?
- 有没有什么好的工具(例如扩展、NuGet 包)可以在 Visual Studio 中使用 ExtJS?
- 是否有任何好的工具(例如像 FireBug 这样的附加扩展)可以在 Firefox 中使用 ExtJS?
Two questions:
- How can I get JavaScript IntelliSense for ExtJS?
- Are there any good tools (e.g. Extensions, NuGet packages) for working with ExtJS in Visual Studio?
- Are there any good tools (e.g. Add-on Extensions like FireBug) for working with ExtJS in Firefox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
要在 VS 2010 中使用智能感知,您需要参考应加载哪些文件以进行智能感知。您可以通过要使用智能感知的文档中的参考文献来存档此内容:
有关智能感知的更多信息,请查看 MSDN
对于工具部分;
编辑
要更新突出显示、大括号、aso:
Javascript 工具 是 Microsoft 直接提供的一个很棒的软件包
editend
href="http://code.google.com/p/js-addin/" rel="nofollow">Javasript Parser 在编写“用于测试和测试” 。在我看来,调试 Firebug 是最好的,但你也可以使用IE 开发者工具(仅旧版 IE 需要安装,之前8 如果我没有误会)用于调试。
To use intellisense in VS 2010 you need to reffer which files should be loaded for intelli sense. You can archive this with references in the docs where you want to use intelli sense:
for more information on intellisense take a look at the MSDN
For the tools part;
Edit
To Update on highlighting, braces, aso :
Javascript tools is a great package directly by Microsoft
editend
Javasript Parser does a great work for me when writing
For testing & Debugging Firebug is the best you get in my opinion, but you can also use the IE developer tools(install only required for older IE, prior 8 if I am not mistaking) for debugging.
我发现这些扩展在 Visual Studio 中使用 ExtJS 时很有用:
I have found these extensions useful when working with ExtJS in Visual Studio:
试试这个http://www.dxdframework.com/,它是与msvs2010集成的ext 3,示例仍然是msv2008,但据我所知文档很快就会更新。维基:http://wiki.dxdframework.com/AllPages.aspx
try this http://www.dxdframework.com/, it's ext 3 integrated with msvs2010, examples are still for msvs2008, but as i know documentation will be updated soon. wiki: http://wiki.dxdframework.com/AllPages.aspx
为了回答第 2 点,我强烈推荐 Ext.Net 在 Visual Studio 中使用 ExtJS,假设您使用的是 ASP.NET。
To answer point #2, I highly recommend Ext.Net for working with ExtJS in Visual Studio, assuming you are using ASP.NET.
在 VS 2010+ 中为 EXTJS 连接 IntelliSense 的最佳资源如下:
http://gurustop.net/blog/2012/03/03/javascript-js-intellisense-auto_complete-in-visual-studio-11-beta-the-web-_references-js-file/
请注意底部的“已更新”评论:
在我将“ext-all-debug-w-comments.js”添加到列表并仅关闭 Resharper 的 IntelliSense for JS 文件后,这对我有用。
Best resources for wiring up IntelliSense for EXTJS in VS 2010+ is here:
http://gurustop.net/blog/2012/03/03/javascript-js-intellisense-auto_complete-in-visual-studio-11-beta-the-web-_references-js-file/
Note the "Updated" comment at the bottom:
This worked for me after I added "ext-all-debug-w-comments.js" to the list and turned off Resharper's IntelliSense for JS files only.