#zed
15 items tagged #zed.
15 items tagged #zed.
Zed's inline assistant turns selected code into context with one chord and a plain-English prompt — no panel switching, no pasting. Here's how it works and when to use it.
Zed lets you place cursors at dozens of callsites simultaneously, then invoke the inline AI assistant to transform each one with local context — a mechanical refactor pattern that Cursor's agent loop can't replicate.
A Rust workspace refactor tested Zed as the primary editor. The AI features helped in narrow spots, but the bigger gain came from editor speed, project search, and lower friction.
Zed's Channels feature lets two engineers share an editor in real time with shared AI context. The setup is straightforward; the social patterns take some getting used to.
Zed extensions run in WebAssembly, can't access the network freely, and are written in Rust. The constraint produces a different ecosystem and a different set of tradeoffs.
Multibuffers let you edit selections from many files in one buffer. Combined with Zed's AI, this is a powerful refactoring primitive that few users discover.