Nodeclipse (Eclipse上Node.js开发环境)
发布于 2年前 作者 pverest 5617 次浏览

认识一下Nodeclipse

Nodeclipse 0.3 一个月之前发布的。一千多人安装了(https://marketplace.eclipse.org/content/nodeclipse 看metrics) 所有的源代码在 GitHub github.com/Nodeclipse

20 回复

挺好的,我在用。但自动npm install有时候成功有时候失败,不知怎么回事

亲测,eclipse和myeclipse都可以使用这个插件,现在是直接集成了google-v8调试,不过开发的编辑器太水了点,提示不人性化,也不能用快捷键进行注释和一些其他常用js操作。

请把你的想法家在

例如说,我们现在考虑要不要加CoffeeScript 支持 在https://github.com/Nodeclipse/nodeclipse-1/issues/13 VOTING 可以投票哪一个功能是罪重要的。

求教: 之前没有用过eclipse,但是按照http://www.nodeclipse.org/  这个网站上介绍打办法做了之后,仍旧无法在eclipse中直接创建node项目,有人遇到和我一样的问题吗?

以前没用过eclipse,我怎么按教程来进入不了自己的断点。

我的js为啥在eclipse中执行的时候老是提示v8运行错误啊???如何解决?

@shiqiliang 应该是没安装v8的调试工具吧

大神!为啥我这装不上。 Cannot complete the install because one or more required items could not be found. Software being installed: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444) Missing requirement: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.ui 0.4.0.201305191444) requires ‘bundle org.eclipse.wst.jsdt.core 1.1.102’ but it could not be found Cannot satisfy dependency: From: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.debug 0.4.0.201305191444) To: bundle org.nodeclipse.ui 0.0.0 Cannot satisfy dependency: From: Nodeclipse 0.4.0.201305191444 (org.nodeclipse.feature.group 0.4.0.201305191444) To: org.nodeclipse.debug [0.4.0.201305191444]

Nodeclipse 0.4 需要新的依赖JSDT。 如果基本的Eclipse,他能自动下载。 如果是Aptana等等系统,需要找一找 https://github.com/Nodeclipse/nodeclipse-1/issues/46

The solution is to install JSDT from Eclipse update site or install NJSDT+NJSDoc (thanks to @johnpeb) from https://bitbucket.org/nexj/updatesite/raw/default

安装以后要选Window->Perspective->Node

然后有File->Project->New Node Project

什么错误? 你把你的信息加在

大家不要不好意思了。 有问题,去https://github.com/Nodeclipse/nodeclipse-1/issues

或者在

难道我用得eclipse版本太低么。。。Galileo版本的还是!

解决了。就是版本太低的问题。

@rehorn 是,这个是为了例子

@rehorn 我们最低用的3.7 Indigo。 大部分使用Juno (3.8 or 4.2)。 现在准备支持Kepler 4.3

回到顶部