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

我爱海鲸 2024-05-13 17:46:55 rust学习

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

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