‹ BackHN Continuity

Thread

Zed DeltaDB

514 points · 298 comments · ahamez

  1. yza · · focus · HN ↗
    Why develop this when the core editor is almost unusable? On Linux wayland, copypaste is broken, the file manager is laggy and snippets do not trigger before the heavy hint logic is done. This is just on top of my head, the list is long
    1. Pavilion2095 · · focus · HN ↗
      Because it's not broken, the issues you're describing are far from universal. Also, fixing them won't bring any money.
    2. dylanz · · focus · HN ↗
      I started using Zed a couple weeks ago and immediately had issues with copy/paste/buffer on an M1 Mac. I tried a few suggested fixes and they didn't work.
    3. Petersipoi · · focus · HN ↗
      > when the core editor is almost unusable

      Shit, as someone who uses Zed everyday, I didn't realize what I am using is unusable.

      1. yza · · focus · HN ↗
        I guess we have slightly different standards and/or use cases
    4. mosburger · · focus · HN ↗
      I use it as a daily driver with few if any problems, but I'm on macOS. Maybe their Linux support is particularly crappy?
      1. f311a · · focus · HN ↗
        There are a lot of subtle bugs. I'm on macOS too, but perhaps my workflow is unusual? Every time I open it, I find small bugs. There are so many features that it's hard to maintain them, I guess.

        For example, a lot of disable buttons do not actually disable stuff. They just hide it from the UI.

      2. yza · · focus · HN ↗
        Yep. Many issues are Linux only. And even with the issues it’s still more pleasant to use than vscode/ium.
    5. Daunk · · focus · HN ↗
      It still doesn't actually display a window my end until I press a keyboard key or move the mouse. So very often I sit and wait for it to open, only to realize I have to press a random key for it to unhide.

      Terrible Linux support.

      1. MrDrMcCoy · · focus · HN ↗
        That's something I've never encountered on Linux/KDE/Wayland/Flatpak across Debian Trixie, Arch, and Fedora. Might be worth nuking your local Zed files and trying again.
    6. minraws · · focus · HN ↗
      Just installed it, works on my kde and niri setups (I logged out and switched to each), copy paste works as well. File manager laggi-ness I didn't notice I don't use it, I use it mostly to type stuff out.

      I have never used snippets so unsure about that too, going from command bar seemed to work.

      I think it might be bad, but could also be it's not correctly configured maybe try asking codex/claude or something to check if it can fix/fine tune the config, if that doesn't work file issues?

      I do suspect it might be working for me cause I got lucky I do see an open issue[1], but given Zed is used a bunch the lack of comments does suggest maybe it's not that wide spread either way not a good look.

      [1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;47004" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;47004

      Maybe I got lucky?? Does it not auto update on linux maybe I am on an old build... Very suspicious.

      1. yza · · focus · HN ↗
        The copy-paste bug manifests itself after some time and the bug is silent.
        1. MrDrMcCoy · · focus · HN ↗
          I regularly leave it open for days and never run into any copy&#x2F;paste bugs in Wayland&#x2F;Flatpak.
    7. JaggedJax · · focus · HN ↗
      I had to stop using Zed because of this issue (which persists despite being closed): <a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;38109" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;38109

      I can&#x27;t use an editor where the file contents I&#x27;m being shown don&#x27;t match the reality of the file. I guess this issue doesn&#x27;t affect most people somehow, but in the age of CLI agents I&#x27;m not sure how more people aren&#x27;t running into it.

      I was really enjoying Zed for a short while before I ran into this fundamental issue.

      1. honeycrispy · · focus · HN ↗
        I do not have this issue. (Yes, I am on Linux&#x2F;Wayland)
        1. JaggedJax · · focus · HN ↗
          All I can say is it&#x27;s the only editor I&#x27;ve ever used with this type of issue and unfortunately it&#x27;s a deal breaker for me. I can get by with any other editor even if they aren&#x27;t my favorite, but only Zed made me realize that the most important thing an editor can do for me is accurately show me files.
          1. nirvdrum · · focus · HN ↗
            Have you checked your fs.inotify.max_user_watches value? Maybe your value is too low and Zed can&#x27;t watch the files that are changing. I know the JetBrains IDEs need the default to be increased on Linux because they detected it and prompted me to increase it.
            1. AlotOfReading · · focus · HN ↗
              Even if that&#x27;s the case, max_user_watches is never less than 8k unless you&#x27;ve set it lower for some reason. If the editor is prioritizing currently open files as it should, there should basically never be a problem even if project sync suffers.
              1. nirvdrum · · focus · HN ↗
                The limit is per-user, not per-editor. Every process under your UID shares the same max_user_watches pool. So the editor&#x27;s &quot;prioritize open files&quot; behavior can&#x27;t help when a resident daemon like Watchman has already consumed the budget. Zed doesn&#x27;t error out when it hits the watch limit. It logs a warning and periodically retries to establish the watch. Until it can do so, external file changes aren&#x27;t reflected in the editor.

                I just checked my workstation and found Watchman alone holds ~556K watches across 34 roots. It keeps those watches even after the tool that spawned it disconnects. Notably, I&#x27;ve never invoked Watchman manually -- other tools do. And the 8k floor isn&#x27;t much of a floor. My nixpkgs checkout alone is 37,686 directories, 4.6x that.

                Truthfully, I had no idea Watchman stays resident and accumulates watched roots. But, that&#x27;s kind of the point. It&#x27;s a very easy thing to miss.

        2. everforward · · focus · HN ↗
          Are you editing outside Zed? That’s the only time I see this issue.

          Eg Pi has its own tools for editing files and ignores the ones Zed sends over ACP. If I used Zeds AI pane to have Pi change a file, I can see the edits in the ACP window but the editor view doesn’t update.

          I end up having to use something from the command palette to force refresh it, something like “Editor: Reload File”.

          It happens to me across Windows, OSX, native ArchLinux and ArchLinux via WSL.

      2. the__alchemist · · focus · HN ↗
        I stopped using it due to this issue as well; too dangerous&#x2F;risky.
      3. puika · · focus · HN ↗
        I&#x27;m pretty sure I also ran into this very recently in linux wayland while working with symlinked files. It would show an empty file or show the old content if you recreate the symlink or modify the file externally
    8. danmoz · · focus · HN ↗
      &quot;Almost unusable&quot;? Slight hyperbole don&#x27;t you think? I initially tried the Flatpak version on Fedora 44 and had a few minor problems, but since switching to the terra repos version (terrapkg.com) I&#x27;ve had zero issues, Have you tried that?

      For me, its a massive improvement over IntelliJ for my daily workflow.

      1. mhaberl · · focus · HN ↗
        &gt; massive improvement over IntelliJ for my daily workflow.

        Why?

        I used Zed for about 6 months but I lost motivation.

        I have the full jetbrains subscription and use it for some debugging etc. I got vim for quick edits and cli tooling for ai. I got no use case for Zed.

      2. the__alchemist · · focus · HN ↗
        This is surprising to hear. I have Zed on my tablet as IntelliJ (PyCharm&#x2F;RustRover) turn it into a space heater. Zed&#x27;s introspection&#x2F;refactoring&#x2F;general language knowledge etc isn&#x27;t on the same tier at JB; it&#x27;s closer to VsCode in that regard. I.e., I&#x27;d classify Zed as a project-based editor, while JB is an IDE.
      3. whalesalad · · focus · HN ↗
        I have been using Zed for about a year now on Debian 12 &#x2F; Wayland and it works flawlessly. Even with Toshy (macOS) keybindings. I have it installed now on my Framework 13 Pro (also Fedora 44, and also with Toshy) and it works great aside from a subtle (100ms?) lag when using ctrl+arrow-key. Otherwise it is great.

        The only thing that doesn&#x27;t work well is inertial scrolling[0]. But scrolling is a fucking shit show on Linux no matter what... so I don&#x27;t necessarily fault Zed for this. The same issue occurs in other apps.

        - [0] <a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;14473" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;14473

      4. enraged_camel · · focus · HN ↗
        &gt;&gt; For me, its a massive improvement over IntelliJ for my daily workflow.

        That&#x27;s a bit of a low bar. Perhaps that&#x27;s the disconnect?

      5. yza · · focus · HN ↗
        Im on nixos and tried all immediate flavours of zed: stable, unstable and nightly. Nightly seems to be most stable and every time i pull the flake, i prey for more bugs to be fixed. Sometimes it works
    9. NortySpock · · focus · HN ↗
      Agree, copy-paste feels like it works 80% of the time, which is maddening when 1 in 5 copy paste attempts fail. (mostly from zed to something else) Why??

      At least Excel has the courtesy to telling you &quot;Hey the copy-paste buffer said it didn&#x27;t catch that, can you try again?&quot;

      Linux Wayland (Ubuntu 26.04)

    10. adulion · · focus · HN ↗
      why develop this when it seems jetbrains had a local history feature which recorded every change for the past decade(s)
    11. throwatdem12311 · · focus · HN ↗
      Ha if you thought it was laggy try it on software accelerated graphics.
    12. insane_dreamer · · focus · HN ↗
      I&#x27;ve been using this &quot;almost unusable&quot; editor daily on both Linux and Mac for the past year and now experience no issues. while I still have JetBrains I haven&#x27;t used it at all in at least six months.
    13. subarctic · · focus · HN ↗
      Thankfully it&#x27;s been working well for me when i use it, which tbh hasn&#x27;t been that much lately since I&#x27;m getting an agent to write code for me more and more.

      One thing they need to add is a way to double click on file names in agent output to navigate to it. It works in the bottom terminal but not the agent terminal panes or built in agents

    14. janilowski · · focus · HN ↗
      What exactly is broken with copy-paste? I&#x27;ve been using Zed on Wayland (official install, not flatpak and not terra) and had no issues with this.
      1. yza · · focus · HN ↗
        lucky you, but here&#x27;s the issue (note: there have been at least 3 issues before this one) <a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;58651" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;58651 crossing fingers it&#x27;s solved for real now. i only use wayland on my laptop where it seems to be fixed, my go-to machine is with Xorg where there&#x27;s no copy-paste problems
    15. manlymuppet · · focus · HN ↗
      I&#x27;m on macOS, but the core editor is far from unusable. I think it&#x27;s unfair to call it that.

      Zed is my daily driver and I&#x27;m pretty happy with it. I often switch over to other editors to do things Zed can&#x27;t, but it&#x27;s rarer than you&#x27;d think and really isn&#x27;t that much of a hassle.

Open on Hacker News to reply ↗

Unofficial Hacker News client; not affiliated with Y Combinator.