rust开发的一个文本编辑器Zed

我爱海鲸 2025-08-30 10:32:10 rust学习

简介zed、代码编辑器、对标vs code

2025-08-30 start:

windows 内测版本:https://zed.dev/api/releases/nightly/latest/zed_editor_installer_x86_64.exe

end

官网:Zed - Code at the speed of thought

目前官网上只有mac操作系统的二进制版本

windows上的版本需要自己编译:

查看文档:

https://github.com/zed-industries/zed/blob/main/docs/src/development/windows.md

直接开始:

1、安装rust:安装 Rust - Rust 程序设计语言 (rust-lang.org)

2、rustup update

3、rustup target add wasm32-wasi

4、拉取代码:https://github.com/zed-industries/zed.git

cargo run --release

截图:

你好:我的2025