bicx 5 hours ago

Cool. If Zed supported git worktree diff highlighting, I'd be using it.

  • CjHuber 2 hours ago

    For me it's the missing Jupyter support that's preventing me from switching

  • LVB 3 hours ago

    What do you mean exactly? Diffs between multiple worktrees? I've found the current diff view fairly useful.

  • citbl an hour ago

    and for me it's the dart debugging!

    we all want something.

bradgessler 3 hours ago

I love that this was completely overshadowed by "Zed works in Windows!"

This team ships so much that if they sold an LTS product, it means they'd support the release for 24 hours.

the_duke 3 hours ago

Let's hope agent CLIs adopt the ACP protocol, instead of having to do hacky shims.

mosselman 7 hours ago

I'd wish a better model or system would go live for the inline suggestions. The Zed ones are so trash compared to Cursor's it is just laughable.

An example is that when I have a module like Namespace::SuperAbcModule in a file at namespace/super_abc_module.rb and I rename the file to namespace/super_module.rb, Cursor will immediately suggest to change the module name to `Namespace::SuperModule`, Zed won't.

Also Cursor will suggest updates to lines throughout a file whereas Zed sometimes doesn't even look ahead 1-2 lines.

Having Claude Code and Codex built into the sidebar is hardly better than having them running in a terminal. I wish they'd invested all this time and effort improving the inline suggestions.

  • WD-42 6 hours ago

    Right click on the file in the project tree -> rename will rename references. Or in the code right click -> rename symbol. Not sure why you need to bring AI into it.

  • hiccuphippo 7 hours ago

    Why is that something AI has to do? PhpStorm does this, without Ai, since forever ago. And updates references everywhere, even inside strings or doc comments.

    • mosselman 7 hours ago

      Firstly, I don't care what tech does this, as long as I can get good suggestions.

      Secondly, it was just one example that came to me from comparing this the other day. You could compile a long list of examples where Cursor gives better completions than Zed does.

      • f311a 2 hours ago

        It's better to learn the tools that you are using. Renaming is part of LSP servers and Zed has no control over them. They are unique for each language. Using AI for this is a waste of resources, especially when renaming affects tens of files. It's not reliable, slow and not determenstic.

  • rpearl 7 hours ago

    I otherwise like Zed way more than the vscode-derivatives but yeah, the edit predictions are just not even close. And it's laggier feeling despite the lower quality.

  • kodisha 3 hours ago

    Yup true, replying to increase visibility in case Zed team is looking at this post. Love the editor otherwise.

  • _neil 7 hours ago

    Agreed. Zed is my daily driver and I love it, but the autocomplete is not good. I end up disabling AI altogether.

  • ChadMoran 7 hours ago

    This is what holds me back from Zed.

aaronSong 7 hours ago

Is it just a GUI service for codex?

  • JamesSwift 6 hours ago

    Zed has a generic interface to agents (ACP). This is a bridge between the ACP api and the codex api so that it integrates cleanly inside Zed in mostly the same way the other non-codex supported agents do

  • aaronSong 7 hours ago

    I like how it integrated it

sreekanth850 6 hours ago

Product video is more saying about the FPS.

  • furyofantares 6 hours ago

    I watched the video in the linked post and I don't think it said anything about the FPS.