Cloud9 或 WebStorm

发布于 2024-12-12 10:07:58 字数 62 浏览 2 评论 0原文

哪种 IDE 更适合 Node.js 和/或 JQuery 开发?哪个更能提高生产力?两者各有什么优点和缺点?

What IDE is better for node.js and/or JQuery development? Which will boost productivity more? What advantages and disadvantages both of them have?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

嘿嘿嘿 2024-12-19 10:07:58

明显的区别之一是 Cloud9 是托管的,而 WebStorm 是安装的。这意味着您可以从云中的任何位置访问您的 Cloud9 和您的文件,但是使用 WebStorm,您必须将其安装在每台计算机上,并从您的存储库或其他计算机上获取文件。这也意味着Cloud9有每月费用,而WebStorm可能是一次性费用。

Well one of the clear difference is that Cloud9 is hosted while WebStorm is installed. That means that you can access your Cloud9 and your files anywhere from the cloud, but with WebStorm you have to install it on every computer and get your files from your repo or other. It also means that Cloud9 has a monthly cost, well WebStorm is probably a one-time cost.

煮茶煮酒煮时光 2024-12-19 10:07:58

那么下一个问题是你想尝试使用 Node.js 还是什么?你的最终目标是什么?如果您想在本地计算机上不安装 Node.js 的情况下运行 Node.js,Cloud9 非常适合它。此外,您还可以将 Cloud9 与 Github 挂钩,并将您的站点部署到 Heroku。

如果您只需要 jquery/javascript 支持,您可能不需要云编辑器。

Well the next question is are you trying to do node.js or what? What is your ultimate goal? Cloud9 is great for node.js if you want to run it without installing node.js on your local machine. Also, you can hook Cloud9 with Github and deploy your site to Heroku.

If you want just jquery/javascript support, you probably don't need a cloud editor.

千里故人稀 2024-12-19 10:07:58

你可以试试Spket。尽管您不会立即获得一些很酷的类型提示,但通过使用 jsdoc,您可以向 ide 显示您返回的函数类型。您还可以指定另一个函数的执行结果作为返回类型。
通过注释函数的参数,您可以在函数内获得正确的自动完成功能。 BTW spket 对闭包和变量作用域有很好的了解。

至少那是一年前的事了。

You can try Spket. Although you won't get some cool type hinting out of the box, by using jsdoc you can show the ide what type you are returning of a function. You can also specify as return type the result of execution of another function.
By commenting the function's arguments, you can get the right autocomplete inside the function. BTW spket has a good idea of closures and variables scope.

At least that was an year ago.

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