Top
Best
New

Posted by salkahfi 1 day ago

Zed 1.0(zed.dev)
2057 points | 666 commentspage 18
insane_dreamer 1 day ago|
Well done. I've been using Zed pretty much full-time for about 6 months now, and am happy with the experience.

There are still a few things PyCharm does better (debugging, for one), but overall Zed is very good and I haven't used PyCharm in months.

I still use CC in the terminal instead of inside Zed, and lazygit for reviewing git changes and other git actions (though Zed now does a decent job of the basics).

xpe 1 day ago||
Here is a top-level comment for people who want to post the things they wish Zed had.

Request: please be sincere if you claim "the one thing that keeps me from using Zed is X" ... because let's face it, there is probably more than one thing. Editor ecosystems are complex beasts, and it is ok if people are slow to switch, but the "one thing" claims are rarely credible to me. Anyhow, such comments are rarely consistent with how human nature works. People find rationalizations, and that's fine. It would just be nice if people were a little more self-aware. Changing editors is harder for some people more than others.

My suggestion: if you want to make Zed better for your use case, please smart by explaining who you are as a developer, what you've used, what your expectations are. And be intellectually honest about the last time you've made a big change to your development workflow. End soapbox.

light_cone 1 day ago||
I use two text manipulation plugins in sublime text all the time. I did not manage to have the functionality in zed, which made be renounce to use it:

- Evaluate, a plugin that evaluates the selections as python expressions and replaces them by their respective results. I added "iota" as a variable in the evaluation context, that gives me the current selection index (like iota in go). With that, so many math or text manipulations can be done in bulk.

- Alignment, to align all my cursor into a vertical column by adding spaces.

8note 1 day ago|||
alternatively:

what do i actually need from a text editor that i dont already have? Sublime's killer feature was column editing, and vscode's was kinda typescript and kinda language servers.

... and why do i want an actual text editor as the primary view, vs a side view to agent TUI? from what Ive experienced, the editor is now a secondary interface to the text, rather than the primary one

if i am picking up a new editor, i think i want it to be focused on how to better understand llm outputs, and how to give really structured feedback without having to write a ton of imprecise text.

how does zed make it easy to have agents build several proposals for a solution, and help me choose which one is actually the best?

xpe 1 day ago||
I wish Zed had built-in APIs for extension developers to allow for more customizable text transformations. In particular, I want to write tools that have more control over what a buffer displays. Imagine a Markdown extension that gives Zed something close to the WYSIWG experience of Obsidian. To make this happen, I think something like a customizable presentation layer to transform the buffer's contents and adjust cursor movement would be a great start. Vim has a 'conceal' feature that could serve as an inspiration or reference point. [1]

I have no affiliation with Zed, though I have applied to work there, so I'm hardly neutral. I've been an enthusiastic user for probably two years. I don't expect perfect alignment with what I want, and sometimes the team doesn't respond how I would like with particular issues. But man, in a pretty suboptimal world right now, Zed is an amazing thing to have: open source, regular updates, extensions, nice settings. In the past I've used BBEdit, Eclipse, TextEdit, Sublime, Emacs, VS Code, Jetbrains, Helix. Zed is my favorite by far, probably because of the latency. It is an intangible feeling that just clicked immediately for me.

Personally, as a mostly independent developer/researcher, I go through bursts of re-evaluating my tools. To give some context about my newer tools over the last few years: Ghostty, Nushell, Podman, Nix, Mochi, Monodraw, Swish (window manager for macOS), Base (macOS SQLite editor by Menial), LM Studio, (probably obviously) Claude Code. So for a "seasoned" developer, I'm probably more open to new tools than most? Oh, totally off-topic but I think some of the lesser appreciated new open source tools / formats / conventions are: KDL (https://kdl.dev), Typst, and (evaluating) Djot, Cocogitto (Conventional Commits, took me long enough).

[1] https://alok.github.io/2018/04/26/using-vim-s-conceal-to-mak...

submeta 1 day ago||
Zed is a very polished and nice product. I tried hard to use it, especially when I decided to migrate away from Emacs. But NeoVim gives me everything I was looking for in Zed: Speed, a polished UI, quick startup, not overloaded. So between Zed and NeoVim I decided for the latter. I use Neovide in GUI and neovim in terminal. I don’t use AI alongside nvim, but claude code helps me configure my config file in lua. So my neovim has a 10k lines config spread of several files. It is my simple text editor with super fast movements, and it can become a full blown programmable interface for my Obsidian, for my journal writing, for coding, writing documentation. It can be as complex as I need it to be. And it’s super fast.
XiS 1 day ago||
Strange, I'm on 2.4.1 already. Oh wait...this isn't about ZFS.

Sorry, can't help it, every time I see Zed i think of the ZFS Event Daemon

atlasprompts 16 hours ago||
zeds dead baby
gamander 1 day ago||
An editor that sends all your input to the U.S. and consumes 50% of your CPU while idle, and still gets praised to high heaven. We truly live in the age of enshittification.
xaxfixho 1 day ago||
their website kick my fan up, what gives? CPU sweating just to display this??
Fervicus 1 day ago||
Sorry, I am not going to use and get attached to a code editor that is VC funded. You know the enshittification will happen sooner or later.
0123456789ABCDE 1 day ago|
it's also gpl v3 licensed, you can just take a copy, won't cost you shit
Fervicus 1 day ago||
No thanks.
opengrass 1 day ago||
Can't run it. Vulkan as a dependency for a text editor is beyond retarded.
MintPaw 1 day ago|
Vulkan, DX11, or Metal, I'm curious which environment has the ability render a GUI desktop but doesn't have access to a modern renderer pipeline. VirtualBox I guess?
opengrass 1 day ago||
AMD https://github.com/zed-industries/zed/issues/50996
MintPaw 1 day ago||
This looks to me like the issue is that Zed is using too many buffer objects, it should be querying the Vulkan context to see what's the max and sticking to it. So it seems like Zed's not doing it right, or maybe the AMD driver is failing to report it correctly?

It is a problem though, the GPU apis are pretty terrible. But with such large modern displays it feels important to have a GPU accelerated path. Maybe sticking with OpenGL would be better.

petre 19 hours ago|
I've installed it from flatpak and it has improved somewhat but won't use it because it doesn't remember the window size and position. Resizing the window is a pain in the ass, the arrows don't show up until you match the border pixels and it doesn't even try to mimic the native UI stuff, uses round corners. Vertical resize doesn't work, it just moves the window up and down so you have to use the corner resize. Good luck doing that with round corners. If the editor doesn't start up as I've left it, then I'll keep using my pinned (because M$ like to randomly add annoying shit that breaks my workflow) VSCodium. Also, the "Sign in" drop down on the title bar. Sign in where? I don't want to sign in anywhere, let me remove that. Maybe keep the dropdown for the settings and other stuff a small icon in front of it and about "Sign in". That should be an entry in the dropdown menu, the last one on the list. In fact let me remove the widgets that I deem useless from the main UI just like the browsers do. I haven't even got to check if it has syntax highlighting for Perl, Ruby and Racket yet because these things annoyed me so much that I uninstalled it. Good stuff: one can disable AI and Git integration, athough I'd appreciate if the further options would just go away when you switched the whole thing off. Atom, Sublime and VSCode keymaps are also nice because I don't have to remap. Will check again at 1.5, I guess. At least it has improved somewhat since that last time I've tried it, I think 0.13 or so.
More comments...