适用于 ECMAScript-262 的 IDE,可在 IDE 中执行/调试 Node.js/V8

发布于 2024-09-10 09:59:09 字数 257 浏览 5 评论 0原文

我目前使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

默嘫て 2024-09-17 09:59:10

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.

初见终念 2024-09-17 09:59:10

如果您不介意付费,我建议您使用 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 ;)

不知所踪 2024-09-17 09:59:10

Nodeclipse 的努力

愿景

Node.js 工具的一站式商店。我们不可能一次性开发出所有东西,
但我们会让您知道 Node.js 最好的东西是什么
使用 Eclipse 进行开发。

最新版本是 0.4,在 Eclipse 4.3 Kepler 中运行良好。

它集成了 ChromeDevTools 和 V8 远程调试器,用于调试 Node.js 应用程序,
这在学习 Node.js 以了解内存中发生的情况时非常有用。
还附带 markdown (.md) 编辑器(与 GitHub、Stackoverflow.com 和 npm 上使用的标记语言相同)

它是免费的 托管在 GitHub 上的开源

There is Nodeclipse effort.

Vision

One-stop shop for Node.js tools. We can't develop everything at once,
but we let you know what are the best things around for Node.js
development with Eclipse.

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文