有没有适合 mac 的好的 node.js IDE?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14449643/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there any good node.js IDE for mac?
提问by Sooyong Kim
recently, I started studying node.js
最近,我开始学习node.js
.. my favorite IDE is eclipse, I guess everyone does like it.
.. 我最喜欢的 IDE 是 eclipse,我想每个人都喜欢它。
However, when I installed nodeclipse plugin to Juno, yes, it worked,but no as fancy as I expected.
但是,当我将 nodeclipse 插件安装到 Juno 时,是的,它起作用了,但没有我预期的那么花哨。
I searched and found webmatrix2 is quite good for node.js.
我搜索并发现 webmatrix2 非常适合 node.js。
So, I'm going to try it.
所以,我要试试看。
Anyway,, my question is if there is any good ide for mac....
无论如何,我的问题是mac是否有任何好的ide ....
采纳答案by Lander
Eclipse is an option with the nodeclipse plugin. Visit: http://www.nodeclipse.org/
Eclipse 是带有 nodeclipse 插件的一个选项。访问:http: //www.nodeclipse.org/
I still prefer Webstorm by JetBrains. They have a work-in-progress browser debugger as well.
我仍然更喜欢 JetBrains 的 Webstorm。他们还有一个正在进行中的浏览器调试器。
回答by julianwyz
This is a pretty old post, but I came across it in my search.
这是一个很旧的帖子,但我在搜索中遇到了它。
For people of the future, I would recommend https://atom.io
对于未来的人,我会推荐https://atom.io
It has great git support and tons of cool plugins.
它有很好的 git 支持和大量很酷的插件。
回答by Florian
Visual Studio Code is a great IDE for Node.js and Javascript. It is based on GitHub's Atom editor.
Visual Studio Code 是适用于 Node.js 和 Javascript 的出色 IDE。它基于 GitHub 的 Atom 编辑器。
回答by Ishikawa Yoshi
Try inteliJ Idea 12.0it has nice node.jsplugin.
试试inteliJ Idea 12.0它有很好的node.js插件。
I use it right now. Idea has so much cool features. When you start to use it you forget about other Ides))
我现在就在用。Idea 有很多很酷的功能。当您开始使用它时,您会忘记其他 Ides))
回答by bgausden
回答by JWK
Webstorm is pretty good and popular, and works on OSX: http://www.jetbrains.com/webstorm/
Webstorm 非常好且流行,并且适用于 OSX:http: //www.jetbrains.com/webstorm/
回答by Zhang
Not sure if anyone has mentioned this but I found this today when searching for IDE for Node.js.
不确定是否有人提到过这一点,但我今天在搜索 Node.js 的 IDE 时发现了这一点。
It's called Nide (http://coreh.github.io/nide/).
它被称为 Nide ( http://coreh.github.io/nide/)。
Seems to be dedicated just for Node.js, although the trade off is, there's no native Windows or Linux version yet but apparently you can run it through or web browser, otherwise if you're on a Mac, you can install the native application dmg.
似乎只适用于 Node.js,虽然权衡是,还没有原生的 Windows 或 Linux 版本,但显然你可以通过或 Web 浏览器运行它,否则如果你在 Mac 上,你可以安装原生应用程序dmg。
Just a note of warning: it's still in its early stages so don't depend your mission critical projects on it just yet! :P
只是一个警告:它仍处于早期阶段,所以现在不要依赖你的关键任务项目!:P
回答by sol
node-mirror is worth a shot. it has - syntax highlighting - error checking - a terminal - and a very rudimentary node.js debugger which is in development right now.
节点镜像值得一试。它有 - 语法高亮 - 错误检查 - 一个终端 - 和一个非常基本的 node.js 调试器,目前正在开发中。
回答by Willem van Ketwich
Microsoft have just announced Visual Studio for Mac(as opposed to Visual Studio Code) and there is a plugin for Node.js.
微软刚刚发布了Visual Studio for Mac(而不是 Visual Studio Code)并且有一个 Node.js 插件。

