Hacker News 中文摘要

RSS订阅

Zed 正式发布 1.0 版本 -- Zed is 1.0

文章摘要

Zed编辑器团队放弃了基于Electron的Atom,转而用Rust从头开发了基于GPU加速的GPUI框架,通过完全掌控技术栈实现了性能突破。经过多年努力,Zed 1.0版终于发布,在保持高性能的同时增加了丰富功能,现已成为数十万开发者信赖的代码编辑器。

文章总结

标题:Zed编辑器正式发布1.0版本

发布日期:2026年4月29日

核心内容:

  1. 开发历程
  • 团队放弃基于Electron框架的Atom编辑器开发模式
  • 采用全新架构:仿照视频游戏开发理念,使用Rust语言自研GPU加速的UI框架GPUI
  • 历时5年开发,代码量超百万行,支持Mac/Windows/Linux全平台
  1. 1.0版本特性
  • 基础功能:支持数十种编程语言,集成Git、SSH远程开发、调试器等
  • AI原生设计:
    • 并行运行多AI代理(Claude/Codex/OpenCode/Cursor等)
    • 实时代码预测编辑功能
    • 开放Agent Client Protocol接口
  • 新增企业版功能:集中计费、角色权限控制、团队管理
  1. 技术优势
  • 自主研发底层架构(非基于浏览器引擎)
  • 开发中的DeltaDB同步引擎:基于CRDTs技术实现字符级变更追踪
  • 支持多人多AI代理协同编码
  1. 发展愿景
  • 打造高性能协作编程环境
  • 实现"人类开发者-AI代理"新型协作模式
  • 保持每周更新节奏
  1. 版本意义
  • 1.0版本标志着产品成熟度达到新阶段
  • 目前已有数十万开发者日常使用
  • 仍将持续迭代改进

(注:原文中的图片链接、招聘信息等非核心内容已省略,保留了技术细节和产品发展脉络的关键信息)

评论总结

以下是评论内容的总结:

正面评价

  1. 性能与体验

    • "Feature-wise, Zed is still far from VS Code, but for me, the change has been worth it for the performance increase alone." (LucasOe)
    • "Zed is a durable piece of software... Congrats to the team" (jryio)
  2. 功能整合

    • "Zed has everything I need in a unified pane... And it’s fast and intuitive" (nzoschke)
    • "I’ve been very happy with Zed for the past year... hoping the roadmap contains support for even more things that extensions can do" (simonask)

负面评价

  1. 功能缺失与问题

    • "Still absolutely no support for screen readers? Despite promising it for years" (gpm)
    • "Shortcuts still don’t work on non-Latin keyboard layouts on Linux... Having this in a new program is nuts." (akho)
  2. 用户体验问题

    • "Too bad they did not include better search UI into this release... Telescope style search in vim, helix or JetBrains tools is so much better." (f311a)
    • "The only thing that bothers me about Zed is the theme... Grey text on grey background is quite the choice." (alternatex)

功能需求与建议

  1. 扩展与集成

    • "does this support plugins? How does it integrate with cmake projects?" (superxpro12)
    • "I’m hoping the roadmap contains support for even more things that extensions can do, such as rendering images or Markdown in-editor." (simonask)
  2. 语言与工具支持

    • "The debugger in Python FastAPI and mainly Django is not working as expected." (evilmonkey19)
    • "Doesn’t seem to understand either language beyond superficial syntax... Overall: It is taking a superficial view of the code base" (the__alchemist)

平台与兼容性

  1. Linux问题

    • "1.0 and still has the wrong colours when ran in Wayland and lacks bitmap font support." (fishgoesblub)
    • "Multiple issues on Linux and high memory usage makes it a worse alternative to vscode and jetbrains." (throwa356262)
  2. 远程开发

    • "Such a pity remote dev containers are critical for me. I guess some SSH tunneling could help with it..." (comandillos)
    • "My daily driver is Zed developing on SSH remote servers on exe.dev." (nzoschke)

其他

  1. 安全与权限

    • "Why does signing up through Github require the 'act on behalf' permission? That seems risky." (mfontani)
  2. 路线图与未来

    • "Though it’s a pretty big bummer to see that extension improvements were removed from the roadmap." (kettlez)

总结显示,用户普遍认可Zed的性能和整合功能,但对功能缺失、用户体验和平台兼容性提出了较多批评,同时期待更多扩展和语言支持。