zed

Rethinking code editing.

  • 所有者: zedapp/zed
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Zed

Welcome to Zed, a code editor built using web technologies, designed to rethink some of the assumptions that underly most editors today. Some of the editor's core features are the features it does not have:

  • Tabs
  • Always visible file tree
  • Menus and buttons and bells and whistles

What you get instead is a bare bones, simple yet powerful editor that focuses on what matters most: making you as productive at editing code and text as possible. To enable this, Zed has:

  • Multiple cursors. Once mastered, you will never edit code the same way again.
  • Code completion based on symbols defined in your project, current file and
    snippets.
  • Efficient project navigation at various levels of granularity:
    • Files, quickly jump to the file you want
    • Symbols, Zed indexes all symbols defined in your project and lets you
      quickly jump to the one you're interested in
  • (Vertical) split views, either 1, 2 or 3 vertical splits.
  • Auto-updating preview split for various languages (including markdown and
    coffeescript).
  • Editing of local files (via Chrome-specific APIs) and remote files (check the manual on how to do this)

Installation (Chrome App)

You can install Zed via the Chrome Web Store, or by cloning the github repo:

$ git clone https://github.com/zedapp/zed.git
$ cd zed
$ git submodule update --init

Then, in (a recent version of) Chrome, go to the "three-lined" menu > Tools >
Extensions and click the "Load unpacked extension..." button, navigate to the
app directory inside the Zed repository checkout. Zed should now run!

Installation (Standalone)

To build locally:

$ git clone https://github.com/zedapp/zed.git
$ cd zed
$ git submodule update --init

After this you can either build the version for your platform of choice:

$ make apps-mac
$ make apps-win
$ make apps-linux32

or

$ make apps-linux64

The builds end up in nw/build and the gzipped versions in release.

Inspiration

Inspiration for Zed comes from:

  • Notational Velocity: the goto bar combining search
    with new file creation
  • Apple's iOS and recent Mac file management: abstraction from whether a file
    is open and by removing the idea that a file has to be explicitly saved.

Technology

Support

Support via Gittip

主要指標

概覽
名稱與所有者zedapp/zed
主編程語言JavaScript
編程語言Makefile (語言數: 6)
平台
許可證MIT License
所有者活动
創建於2013-02-28 17:13:35
推送於2020-12-02 00:33:59
最后一次提交2015-05-11 20:48:49
發布數41
最新版本名稱v1.1.0 (發布於 )
第一版名稱v0.3.0 (發布於 )
用户参与
星數2.3k
關注者數65
派生數161
提交數1.2k
已啟用問題?
問題數434
打開的問題數174
拉請求數144
打開的拉請求數6
關閉的拉請求數21
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?