Top
Best
New

Posted by salkahfi 21 hours ago

Zed 1.0(zed.dev)
1880 points | 598 commentspage 7
swordsith 10 hours ago|
Seems like a de-webbed fork of this is a no brainer. its crazy what they think people will just take lying down from a open source project.
Demiurge 12 hours ago||
I love Zed. I was a fan of Sublime Text, and could never get used to VSCode. I thought I'd try Zed a try when it was still extremely raw, before the AI integration, and I loved the simplicity and speed almost immediately. When they added better python linting features, I switched, and haven't used anything else. I know that there are many anti-AI folks here, but I feel lucky that we they added the Zed Agent, and all the integration. It's been great not having to switch back to VSCode for copilot.
Daunk 16 hours ago||
1.0 and Zed still won't appear until I touch my mouse or press a key after it's been started...
johntopia 4 hours ago||
i have been a zed junkie since it came out. i feel very happy for the team. and they seem to be very focused and disciplined about what they are building. it makes me feel like i am making the right bet!
bachmeier 20 hours ago||
Zed is a great editor. I think they have done an excellent job and hope they are successful. That said, I do not feel compelled to switch to it. For a pure text editing experience, I've always felt most comfortable with Geany. When I want to extend the editor, I reach for Emacs. AFAICT, extending Zed means using Rust, and that's never going to happen.
airport_barfly 6 hours ago||
I really want to use Zed, their technical approach and product design seem great. However, I had to stop using it after a few months because the Typescript LSP was just unbearably slow. An order of magnitude slower than VSCode, often more than 10 seconds to typecheck a change. More worrying is that this has been a known issue for more than two years

Still, congrats to the team. Hopefully this launch means more money to fix issues so I can start using it again.

Frannky 6 hours ago||
I love zed. What CLI agent and model do you use with it? I am looking for something on par with CC+Opus4.6, possibly subscription-based
bishabosha 20 hours ago||
I like Zed but as a user of Scala it is not open-enough of a platform to be useful beyond small projects.

e.g. its "run" gutter icons rely on context free grammar queries, but of course Scala allows to define main methods via inheritance from a class. Zed's extension api should let the extension report entry points via whatever internal mechanism it needs.

This also goes for the various testing libraries in Scala that because only tree-sitter queries are supported therefore need a custom pattern match for each library as they have their own mechanisms, rather than letting the extension provide its own test harness (easily handled by build tools automatically) - Zed should provide something similar to VS Code's Test Explorer and Testing API interface.

Also extensions can't add new UI, so you are stuck fitting to the recipe Zed team provides for you to plug into, and often enough this is not satisfactory.

xpe 19 hours ago|
> Also extensions can't add new UI, so you are stuck fitting to the recipe Zed team provides for you to plug into, and often enough this is not satisfactory.

What did you have in mind for "new UI"? I'm hoping to see basic text transformation myself: https://news.ycombinator.com/item?id=47950471

classicposter 11 hours ago||
Congratulations! I recall there used to be difficulties handling non-ASCII characters in the built-in terminal, but now I can use it without any problems regarding Japanese input. Providing a stable, real-time, stateful application like an editor is incredibly difficult.I appreciate the efforts of the team and contributors.
kenanbalija 2 hours ago|
Best editor ever.
More comments...