基于 Zed 的高性能中文代码编辑器
功能特性 • 界面预览 • 安装使用 • 开发进度 • 参与贡献
Chi Code 是 Zed 编辑器的中文深度定制版,专为中文开发者打造。
| 特性 | 描述 |
|---|---|
| 🌏 完整中文界面 | 菜单、设置、提示、错误信息全部中文化 |
| ⚡ 极致性能 | GPU 加速渲染,启动快、响应快 |
| 🤖 AI 原生集成 | 内置 AI 助手,支持多种模型 |
| 👥 实时协作 | 多人同时编辑,语音通话 |
| 🎨 现代 UI | 简洁美观,支持自定义主题 |
# 克隆仓库
git clone https://github.com/yanghao1143/AI-code-generation.git
cd AI-code-generation
# 安装依赖 (Windows)
# 需要: Rust, Visual Studio Build Tools, CMake
# 构建
cargo build --release
# 运行
./target/release/chi-code- 操作系统: Windows 10/11, macOS 12+, Linux
- 内存: 8GB+ 推荐
- 显卡: 支持 Vulkan/Metal/DirectX 12
| 模块 | 状态 | 翻译条目 |
|---|---|---|
| workspace | ✅ | ~200 |
| project_panel | ✅ | ~50 |
| title_bar | ✅ | ~30 |
| debugger_ui | ✅ | ~80 |
| git_ui | ✅ | ~100 |
| search | ✅ | ~60 |
| collab_ui | ✅ | ~90 |
| terminal_view | ✅ | ~40 |
| settings_ui | ✅ | ~150 |
| editor | ✅ | ~120 |
| diagnostics | ✅ | ~70 |
| outline | ✅ | ~25 |
| file_finder | ✅ | ~35 |
| command_palette | ✅ | ~45 |
| theme_selector | ✅ | ~20 |
| onboarding | ✅ | ~60 |
| repl | ✅ | ~40 |
| slash_commands | ✅ | ~30 |
总计: 1200+ 条中文翻译
- 2026-02-02: 完成 repl、git_ui、workspace 模块翻译 (+40 条)
- 2026-02-01: 三 Agent 协作系统上线,加速翻译进度
- 2026-01-30: 完成 slash commands 中文支持
- 2026-01-28: 设置界面全面中文化
Chi Code
├── crates/
│ ├── i18n/ # 国际化核心
│ │ └── locales/
│ │ └── zh-CN/ # 中文翻译文件
│ ├── editor/ # 编辑器核心
│ ├── workspace/ # 工作区管理
│ ├── ui/ # UI 组件库
│ └── ...
├── assets/ # 资源文件
└── docs/
└── screenshots/ # 截图
欢迎贡献代码、翻译或反馈问题!
- Fork 本仓库
- 创建特性分支 (
git checkout -b feature/amazing-feature) - 提交更改 (
git commit -m 'Add amazing feature') - 推送到分支 (
git push origin feature/amazing-feature) - 提交 Pull Request
翻译文件位于 crates/i18n/locales/zh-CN/main.ftl,使用 Fluent 格式。
- QQ: 3257138054
- Issues: GitHub Issues
本项目基于 GPL-3.0 许可证开源。
Made with ❤️ by Chi Code Team




