Tinker AI
Read reviews

#zed

15 items tagged #zed.

GUIDE 2026-05-11

Zed's inline assistant: the keystroke-driven AI flow

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.

GUIDE 2026-05-11

Zed multi-cursors plus AI: the pattern Cursor can't match

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.

Owner · 6 min #zed #multicursor
GUIDE 2026-05-09

Getting started with Zed's AI features: a first-week walkthrough

Zed isn't a fork of VS Code. The AI surface is smaller, the editor is faster, and the configuration is a JSON file. Here's what the first week looks like.

Owner · 8 min #zed #editor
CASE STUDY 2026-05-06

Using Zed for a Rust workspace refactor: performance mattered more than AI

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.

Editor · 7 min #zed #rust
GUIDE 2026-05-01

Pair programming in Zed: real-time collaboration with AI assistance for both seats

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.

GUIDE 2026-04-26

Zed extensions are different from VS Code extensions, and that matters more than you'd think

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.

Owner · 7 min #zed #extensions
CASE STUDY 2026-04-11

Six months with Zed as my primary editor: an honest retrospective

I switched from Cursor to Zed last fall to test whether the editor performance gain offset the AI feature gap. Six months later, here's where I actually landed.

Owner · 9 min #zed #editor
GUIDE 2026-04-09

Zed's vim mode with AI: keyboard-driven coding without giving up the assistant

Zed's vim emulation is the best of any modern editor I've used. Combined with the AI panel, it produces a workflow that's faster than mouse-driven AI assistance.

Owner · 5 min #zed #vim
GUIDE 2026-03-30

Debugging language server issues in Zed: when 'no completions' is your problem

Zed's language server integration is generally reliable. When it breaks, the symptoms are confusing and the diagnostics are buried. Here's how to investigate.

Owner · 5 min #zed #lsp
GUIDE 2026-03-03

Zed's multibuffers for cross-file refactoring: an underused power feature

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.

Owner · 4 min #zed #refactoring
CASE STUDY 2026-02-23

Zed on an Elixir Phoenix app: AI assistance for a niche stack

Built a real-time Phoenix application using Zed. The Elixir story is improving but still has gaps; Zed's editor itself was the strongest part.

Editor · 6 min #zed #elixir
NEWS 2026-02-20

Zed reaches 1.0 stable with paid teams tier

Zed marks 1.0 with stability commitments and a paid teams tier. The collaboration features become a real differentiator.

Owner · 3 min #zed #release
NEWS 2025-12-18

Zed ships major debugger update with multi-language support

Zed's debugger gets significant improvements: more languages, better breakpoint UI, and inline variable display.

Owner · 2 min #zed #debugger
GUIDE 2025-12-12

Zed tasks and keybindings: turning your editor into a workflow runner

Zed's tasks system lets you bind common workflows to keys. Useful for repeated test/build/format cycles.

Owner · 3 min #zed #workflow
NEWS 2025-12-07

Zed ships TypeScript improvements: better completions, faster type-checking

Zed's TypeScript support gets meaningful upgrades. Closes the gap with VS Code/Cursor for TypeScript-heavy work.

Owner · 2 min #zed #typescript