适用于 ECMAScript-262 的 IDE,可在 IDE 中执行/调试 Node.js/V8
我目前使用 Eclipse 作为其他语言的 IDE,而且我已经习惯了不必离开 IDE 来处理任何事情 - 然而我真的很难为纯 ECMAScript-262 找到相同或类似的设置。
澄清一下,我并不是在寻找 DOM 支持、jquery、HTML 或类似的东西,最好只是一个内置了 ECMAScript-262 支持(首选 Node.js)的 IDE(调试并不重要),这样我就可以简单地运行我的代码IDE。
有什么想法吗?
ps:请不要推荐aptana。
I currently use Eclipse as my IDE for other languages and I'm rather used to not having to leave the IDE for anything - however I'm really struggling to find the same or a similar setup for pure ECMAScript-262.
To clarify, I am not looking for DOM support, jquery, HTML or anything like that, preferably just an IDE with ECMAScript-262 support (pref node.js) built in (debugging not important) so that I can simply run my code in the IDE.
Any ideas?
ps: please don't suggest aptana.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
jEdit 就是你想要的。查看可用的插件。
到目前为止,似乎只有关于集成节点的讨论。使用 Google Chrome 进行 js 调试。但如果发生的话,这可能正是你的答案。
jEdit is about what you want. Take a look at the plugins available.
So far, it seems there has only been talk about integrating node.js debugging with Google Chrome. But that may be exactly your answer if it happens.
如果您不介意付费,我建议您使用 Jetbrains WebStorm。
最近我自己购买了一个许可证(不是那么贵)并且我对此非常满意。
在我使用 Eclipse 和 Aptana 之前,但说实话,WebStorm 就是质量。
不确定我目前链接到商业产品是否违反了规则,但它是一个遮阳篷;)
If you don't mind to pay a price, I advice Jetbrains WebStorm.
Recently purchased a license myself (it's not that expensive) and am very happy with it.
Before I used Eclipse and Aptana, but seriously, WebStorm IS quality.
Not sure if I am currently breaking a rule by linking to a commercial product, but it IS an awnser ;)
Nodeclipse 的努力。
最新版本是 0.4,在 Eclipse 4.3 Kepler 中运行良好。
它集成了 ChromeDevTools 和 V8 远程调试器,用于调试 Node.js 应用程序,
这在学习 Node.js 以了解内存中发生的情况时非常有用。
还附带 markdown (.md) 编辑器(与 GitHub、Stackoverflow.com 和 npm 上使用的标记语言相同)
它是免费的 托管在 GitHub 上的开源
There is Nodeclipse effort.
Latest version is 0.4, works well in Eclipse 4.3 Kepler.
It has integrated ChromeDevTools and V8 remote debugger for debugging Node.js application,
that is quite useful when learning Node.js to understand what is happening in memory.
Also comes with markdown (.md) Editor (The same markup language that is used on GitHub, Stackoverflow.com & npm)
It is free open-source hosted on GitHub