我目前正在经历web开发人员训练营,并进入了cloud9设置部分,显然亚马逊买下了这个网站。这是一个问题,有两个原因:一年后,他们为服务收费,我不能注册我的手机,因为网站上的一个错误。我目前正在使用vscode来满足我的大部分需求,我想知道我是否可以在接下来的教程中使用它,包括nodeJs、mongoDB、express等。
发布于 2018-08-28 09:13:28
最好的IDE总是最适合您需求的IDE。如果Cloud9有一些你离不开的特性(实时协作?)那么它将会比Visual Studio Code更好。这完全是个人喜好。
我个人更喜欢Visual Studio代码,因为:
It’s open source, cross platform and actively worked on.
It’s free
It’s fast enough.
It’s highly customizable (themes, key mappings, extensions).
I don’t need my IDE to live in the cloud, I have git and configuration sync so my IDE is the same on any of my machines.
Vast number of extensions for anything you can imagine (SCM integration, languages, linters, debuggers, IoT, cloud computing, etc etc)
It’s supported by a very large company and isn’t going anyway.在下面的链接https://stackshare.io/stackups/visual-studio-code-vs-cloud9-ide中查看Cloud9集成开发环境与Visual Studio代码之间的比较
https://stackoverflow.com/questions/52048619
复制相似问题