From df1fdd094d5ab73b858f1f87054998a4e6d385cb Mon Sep 17 00:00:00 2001 From: ChungZH <42088872+ChungZH@users.noreply.github.com> Date: Thu, 6 Dec 2018 17:13:59 +0800 Subject: [PATCH] Update editors.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 占坑待填 --- docs/intro/editors.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/intro/editors.md b/docs/intro/editors.md index 5894f169..235114d6 100644 --- a/docs/intro/editors.md +++ b/docs/intro/editors.md @@ -637,3 +637,9 @@ Emacs 是一款非常容易上手的编辑器,重要的快捷键不多,随 ### 简介 Visual Studio Code (以下简称 VS Code) 是一个免费、开源、跨平台的由微软开发的程序编辑器。它是用 Typescript 编写的,并且采用 Electron 架构。官网是 。它带有对 JavaScript、TypeScript 和 Node.js 的内置支持,并为其他语言(如 C++、Cype、Java、Python、PHP、GO)提供了丰富的扩展生态系统。 + +## Atom - GitHub 家的编辑器 + +### 简介 + +Atom 是一个免费、开源、跨平台的由 GitHub 开发的程序编辑器。它是用 JavaScript 编写的,并且采用 Electron 架构。官网是 。它的一个较大缺点就是性能差。 -- 2.11.0