官网: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
截图: