任何带有代码帮助的开源Javascript编辑器/ javascript eclipse插件

时间:2022-09-11 19:47:38

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. Are there any?

我刚碰巧从微软读过jQuery Intellisense Updates,并想知道是否有任何编辑器或eclipse插件可以提供intellisense完整或代码辅助。有没有?

4 个解决方案

#1


6  

I believe eclipse, with the Aptana plugin, has some JQuery support.

我相信使用Aptana插件的eclipse有一些JQuery支持。

As mentionned here, intellisense is supported:

正如这里提到的,支持intellisense:

 5. Start coding.

5.开始编码。

  1. As you type, notice that Code Assist is now active for the jQuery objects and functions that you use.
  2. 在您键入时,请注意Code Assist现在对您使用的jQuery对象和函数是活动的。

  3. Press ctrl+space at any time to activate Code Assist.
  4. 可以随时按ctrl + space激活Code Assist。

#2


2  

Why not Visual Studio/Web Developer 2008 (or did I miss something)? The express edition is free.

为什么不使用Visual Studio / Web Developer 2008(或者我错过了什么)?快递版是免费的。

#3


1  

You can use the standalone version of Aptana Studio, it's free and much lighter than the complete Eclipse.

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

#4


1  

Aptana provide Javascript code assist, but not intellisense. True intellisense for Javascript currently provided only by three IDs:

Aptana提供Javascript代码辅助,但不提供intellisense。 Javascript的真正智能感知目前仅由三个ID提供:

  • 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.

但是,遗憾的是,这些都不能很好地完成这项工作。

#1


6  

I believe eclipse, with the Aptana plugin, has some JQuery support.

我相信使用Aptana插件的eclipse有一些JQuery支持。

As mentionned here, intellisense is supported:

正如这里提到的,支持intellisense:

 5. Start coding.

5.开始编码。

  1. As you type, notice that Code Assist is now active for the jQuery objects and functions that you use.
  2. 在您键入时,请注意Code Assist现在对您使用的jQuery对象和函数是活动的。

  3. Press ctrl+space at any time to activate Code Assist.
  4. 可以随时按ctrl + space激活Code Assist。

#2


2  

Why not Visual Studio/Web Developer 2008 (or did I miss something)? The express edition is free.

为什么不使用Visual Studio / Web Developer 2008(或者我错过了什么)?快递版是免费的。

#3


1  

You can use the standalone version of Aptana Studio, it's free and much lighter than the complete Eclipse.

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

#4


1  

Aptana provide Javascript code assist, but not intellisense. True intellisense for Javascript currently provided only by three IDs:

Aptana提供Javascript代码辅助,但不提供intellisense。 Javascript的真正智能感知目前仅由三个ID提供:

  • 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.

但是,遗憾的是,这些都不能很好地完成这项工作。