简体   繁体   English

任何具有代码辅助功能的开源Javascript编辑器/ javascript eclipse插件

[英]Any opensource Javascript editor/javascript eclipse plugin with code assist

I just happened to read jQuery Intellisense Updates from Microsoft and was wondering if there was any editor or eclipse plugin available which provides intellisense complete or code assist. 我刚好阅读了Microsoft的jQuery Intellisense Updates,想知道是否有可用的编辑器或eclipse插件提供intellisense完整版或代码帮助。 Are there any? 有吗

I believe eclipse, with the Aptana plugin, has some JQuery support . 我相信带有Aptana插件的eclipse具有一些JQuery支持

As mentionned here , intellisense is supported: 如此处所述 ,支持智能感知:

5. Start coding. 5.开始编码。

  1. As you type, notice that Code Assist is now active for the jQuery objects and functions that you use. 在键入时,请注意,“代码辅助”现在对于您使用的jQuery对象和函数是活动的。
  2. Press ctrl+space at any time to activate Code Assist. 随时按ctrl + space键激活“代码辅助”。

Why not Visual Studio/Web Developer 2008 (or did I miss something)? 为什么不使用Visual Studio / Web Developer 2008(或者我错过了什么)? The express edition is free. 速成版是免费的。

您可以使用独立版本的Aptana Studio ,它是免费的,并且比完整的Eclipse轻巧得多。

Aptana provide Javascript code assist, but not intellisense. Aptana提供Javascript代码帮助,但不提供智能提示。 True intellisense for Javascript currently provided only by three IDs: 当前仅由三个ID提供的Java的真正智能感知:

  • NetBeans (open source) NetBeans(开源)
  • IntelliJ Idea (proprietary web development) IntelliJ Idea(专有Web开发)
  • MS Visual Studio (proprietary, free edition exist) MS Visual Studio(存在专有的免费版本)

So the answer - NetBeans. 所以答案-NetBeans。

But, unfortunately none of these do this job well. 但是,不幸的是,这些都做得不好。

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

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