百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
Z

zed

> 编程语言
开源

重新思考代码编辑。

2.3K stars0 点赞2 次浏览
访问官网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

  • The excellent ACE editor
  • Architect
  • jQuery
  • Underscore.js
  • Require.js

Support

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Always visible file tree
  • •Menus and buttons and bells and whistles
  • •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
  • •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
  • •(Vertical) split views, either 1, 2 or 3 vertical splits.
  • •Auto-updating preview split for various languages (including markdown and
  • •Editing of local files (via Chrome-specific APIs) and remote files (check the manual on how to do this)

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言