←back to thread

310 points skarat | 1 comments | | HN request time: 0.208s | source

Things are changing so fast with these vscode forks I m barely able to keep up. Which one are you guys using currently? How does the autocomplete etc, compare between the two?
Show context
outcoldman ◴[] No.43959889[source]
I really like Zed. Have not tried any of the mentioned by op. Zed I feel like is getting somewhere that can replace Sublime Text completely (but not there yet).
replies(1): >>43960188 #
bilekas ◴[] No.43960188[source]
Zed is an editor firslty.. The Ops has mentioned options which are AI development "agents" basically.
replies(1): >>43960348 #
mirekrusin ◴[] No.43960348[source]
AI aided development has first class support in Zed.

Ie. it's not a "plugin" but built-in ecosystem developed by core team.

Speed of iterations on new features is quite impressive.

Their latest agentic editing update basically brought claude code cli to the editor.

Most corporations don't have direct access to arbitrary LLMs but through Microsoft's Github's Copilot they do – and you can use models through copilot and other providers like Ollama – which is great for work.

With their expertise (team behind pioneering tech like electron, atom, teletype, tree sitter, building their own gpu based cross platform ui etc.) and velocity it seems that they're positioned to outpace competition.

Personally I'd say that their tech is maybe two orders of magnitude more valuable than windsurf?

replies(1): >>43960670 #
bilekas ◴[] No.43960670[source]
I don't dispite Zed is great, I actually am using it myself, but it's an editor first and foremost. The OP, to me at least seems to be asking more-so about the AI agent comparisons.
replies(1): >>43960820 #
drcongo ◴[] No.43960820[source]
Cursor and Windsurf are both forks of VS Code, an editor.
replies(1): >>43961366 #
bilekas ◴[] No.43961366[source]
Yes very observant, modified forks with their agents built in. Zed does not have any built in, sublime does not have agents built in but if you like you can continue this disingenuous discussion.
replies(3): >>43961458 #>>43961687 #>>43962253 #
1. mirekrusin ◴[] No.43961687[source]
Zed has it built in, it's called "agentic editing" [0] and behaves like claude code cli and other agents – mcp based editing, iterating on tests until they pass etc. – where you leave it in a background window and can do something else waiting for completion notification or you can follow it to see what changes it is doing.

It's not only that they have it built in but it seems to be currently the best open replacement for tools like claude code cli because you can use arbitrary llm with it, ie. from ollama and you have great extension points (mcp servers, rules, slash commands etc).

[0] https://zed.dev/agentic