如何评价 Visual Studio Code
1个回答
2015-07-23 · 知道合伙人体育行家
关注
展开全部
看到Visual Studio Code还是蛮激动的,微软这两年来不断开放的姿态,越来越让我们看到微软的情怀和未来。
Visual Studio Code的定位应该还是Editor,一个全功能的Editor,通过Editor反推微软的sdk,.net(开源,跨平台)等产品铺路。
Github atom
这个领域最近刚起来的明星是 GItHub的 atom,
Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
Atom <-- Electron
atom/electron · GitHub
Github 热度超凡的一个项目,electron是整个atom的核心,对于electron可以理解成
electron = io.js + Chromium
通过electron可以方便的打造基于Web,跨平台的Desktop应用。基于Web的native的接口,得益于io.js的封装,让本来没有本地权限的web能有原生native的权限,Chromium是呈现Web的跨平台基础,这样的完美结合,我们可以将HTML5 css JavaScript(AngularJS, React, BootStrap.....)技术完全应用到native desktop app上面,可以看到我们在用这些app的时候完全没有感觉是web的应用,性能特别好。
下面是现有一些基于atom的跨平台应用。
Electron <-- Node-WebKit
这个才是重点,nwjs/nw.js · GitHub
Node-WebKit 现在叫NW
Visual Studio Code的定位应该还是Editor,一个全功能的Editor,通过Editor反推微软的sdk,.net(开源,跨平台)等产品铺路。
Github atom
这个领域最近刚起来的明星是 GItHub的 atom,
Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
Atom <-- Electron
atom/electron · GitHub
Github 热度超凡的一个项目,electron是整个atom的核心,对于electron可以理解成
electron = io.js + Chromium
通过electron可以方便的打造基于Web,跨平台的Desktop应用。基于Web的native的接口,得益于io.js的封装,让本来没有本地权限的web能有原生native的权限,Chromium是呈现Web的跨平台基础,这样的完美结合,我们可以将HTML5 css JavaScript(AngularJS, React, BootStrap.....)技术完全应用到native desktop app上面,可以看到我们在用这些app的时候完全没有感觉是web的应用,性能特别好。
下面是现有一些基于atom的跨平台应用。
Electron <-- Node-WebKit
这个才是重点,nwjs/nw.js · GitHub
Node-WebKit 现在叫NW
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询