Hacker News 中文摘要

RSS订阅

Zed现已在Windows平台推出 -- Zed is now available on Windows

文章摘要

Zed编辑器现已正式支持Windows平台,提供稳定版和预览版下载。每周更新机制与Mac和Linux版本同步,团队组建了专职Windows开发组。该版本采用DirectX 11和DirectWrite实现原生渲染效果,并深度集成WSL和SSH远程开发功能。

文章总结

标题:Zed编辑器正式登陆Windows平台

Zed编辑器现已全面支持Windows系统,用户可通过稳定版下载链接获取,追求最新功能的用户可选择预览版,该版本会提前一周获得新特性更新。

核心功能亮点:

  1. 深度系统集成
  • 采用DirectX 11渲染引擎
  • 使用DirectWrite文本渲染技术
  • 完美适配Windows系统视觉风格
  1. WSL与SSH远程支持
  • 原生支持Windows Subsystem for Linux
  • 支持通过zed命令行脚本打开WSL目录
  • 远程编辑功能包含:
    • 文件读写操作
    • Git版本控制
    • 终端集成
    • 任务管理
    • 语言服务器支持
    • 调试工具
  1. 扩展兼容性
  • 所有扩展无需适配即可运行
  • 基于WebAssembly组件架构
  • 通过WASI实现沙盒化文件系统访问
  • 自动处理Windows/Unix路径转换
  1. 智能编程功能
  • 完整支持AI编辑预测
  • 兼容ACP智能代理
  • 支持Claude Code集成
  • 提供14天免费Pro版试用

开发团队特别关注: - WSL工作流优化 - 输入法与键盘布局适配 - 多显示器支持 - 高刷新率显示适配

用户可通过GitHub问题提交页反馈使用体验,帮助完善产品。

(文末附团队招聘信息及全平台下载提示)

评论总结

以下是评论内容的总结,涵盖主要观点和论据,并保持不同观点的平衡性:

正面评价

  1. 性能优异

    • 用户称赞其内存和处理器占用低,比网页应用更高效。
      "It's extremely refreshing to see the editor's memory and processor usage be smaller than the webapp tab I'm working on."
      "The editor itself was snappy."
  2. 安装体验流畅

    • 下载和安装过程顺畅,用户体验良好。
      "Download+install is the smoothest experience of any software I've loaded recently I didn't build myself."
  3. 原生平台集成

    • 直接与底层平台集成,避免Electron的臃肿问题。
      "Zed isn't an Electron app; we integrate directly with the underlying platform for maximal control."

负面评价

  1. 功能限制

    • 仅支持UTF-8编码文件,无法打开其他编码的文本或CSV文件。
      "It can only open utf-8 encoded files... That is not a problem for code, but if you just want to open some random .txt file or .csv file, these are often enough not utf-8 encoded."
  2. 兼容性问题

    • 在系统缩放或低DPI显示器上窗口显示异常,字体渲染模糊。
      "The windowing is pretty broken if you use system scaling."
      "Blurry fonts for the much, much larger proportion of Linux (and Windows) users who still use LoDPI displays."
  3. 硬件和平台支持不足

    • 缺乏对ARM64架构的支持,仅提供x8664版本。
      *"It's still only an x86
      64 binary! I love my ARM Surface Pro, and Zed would make a wonderful editor on this hardware."*
    • 部分GPU不支持,导致性能问题。
      "Zed uses DirectX for rendering and requires a compatible GPU... Currently you are using a software emulated GPU which will result in awful performance."
  4. 功能不完善

    • LSP操作(如跳转到声明)速度慢于VS Code。
      "LSP actions like 'jump to declaration' were incredibly slow on our codebase compared to VS Code / Cursor."
    • 文件状态同步问题,影响基本操作。
      "When you stash or perform operations on files from other tools, it will put the state out of sync."

其他意见

  1. 功能定制化不足

    • 用户需要花费大量时间自定义以适应个人需求。
      "You will waste even more time customising zed to your needs from your previous solution."
  2. 宣传重点偏差

    • 用户认为宣传过度关注帧率,而非实际性能指标(如大文件加载速度)。
      "They spend an inordinate amount of time on frame rate. Who picks an editor based on frame rate?"

总结:Zed编辑器在性能和原生集成上获得好评,但在功能完善度、兼容性和硬件支持上存在明显不足,用户体验两极分化。