10
points
The code editor, Zed (https://zed.dev) started out as the best thing since the heyday of Sublime Text. Over the past 3 months, it's become the worst piece of software I've ever used. I'm running a 2019 late MacBook Pro, so not the latest and greatest, but, we're talking about a code editor, not 3D modeling software. And, I don't use any LLM features.
Zed often consumes so much CPU that my fan runs on full blast. It freezes up, the editor features (like Python checking based on pylsp, etc.) often don't even work any more (hover over a red squiggly and the message is about something that was fixed 5 minutes prior). There are countless little bugs that I encounter, especially WRT the search features; bugs so bad that I have to end the app and start over.
How can a software be so good and so fast, with a tremendous UX, and then become hot garbage in a single quarter?
Were they bought or something? Does anyone know, did they maybe hire too many junior devs, etc.?
I think it's just that they broke Python. Which happens but I will be using VSCode for Python stuff until they fix it.
Creating bugs happens. Writing software is hard lol. But I wish the developers reduced their scope a bit so a major bug doesn't last two months without getting fixed.
The project I'm working in is fairly large Python app with a few hundred Python modules, HTML, JavaScript, etc. I wouldn't expect the size of the project to be linearly related to the performance of an editor while I'm working in 2-3 files at a time.
…that bothers me a little, but tooltips when moving over symbols via my keyboard drive me crazy—they often sit above an LSP autocomplete.
Overall I still like the editor, but I am definitely worried they’re going to focus on AI slop like everyone else and ignore the core experience.
Running Zed on Linux has gotten pretty good for my uses. It flies on my shitty dual-core netbook, maybe I haven't updated to the same build as you have...?
To be fair, Zed is running just fine on an M2 MacBook Air. I just wouldn't expect a code editor, with minimal features enabled, to bog down a 2019 MacBook Pro.