Zed 是一款由 Atom 和 Tree-sitter 团队开发的高性能现代代码编辑器。它内置了强大的 AI 助手,支持配置自定义 OpenAI 兼容接口。Documentation Index
Fetch the complete documentation index at: https://docs.rixapi.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
安装
访问 Zed 官网 下载并安装适用于您系统的版本。配置 AI 助手
Zed 通过settings.json 进行配置。
主要功能
| 功能 | 说明 |
|---|---|
| AI 对话 | 在编辑器侧边栏直接与 AI 进行对话,支持代码上下文感知 |
| 内联编辑 | 选中代码后按 Cmd/Ctrl + Enter,AI 会直接在编辑器中修改代码 |
| 高性能 | 基于 Rust 开发,AI 响应和编辑器操作极度流畅 |
推荐模型
| 场景 | 推荐模型 |
|---|---|
| 通用编程 | gpt-4o |
| 复杂逻辑 | claude-opus-4-5-20251101 |
| 快速咨询 | gpt-4o-mini |
Zed 的 AI 助手默认会优先使用 OpenAI 接口,通过配置
api_url,它可以无缝切换到 ePhone AI。