zed icon indicating copy to clipboard operation
zed copied to clipboard

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

Results 3729 zed issues
Sort by recently updated
recently updated
newest added

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When working on larger documents, its common using the vscode plugin to...

bug
editor
markdown
stale

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The editor feels very snappy overall, and when moving around (I am...

bug
performance
awaiting info
editor
copilot
inline completion
stale

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it We use to work with an extra screen, when we unplug the...

bug
awaiting info
workspace
linux
stale

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Provision any of the Cloudflare Worker templates with TypeScript support, and watch...

bug
typescript
language
stale

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I click on "Sign In", I can link my GitHub account....

bug
collaboration
linux
stale

Summary: Closing and reopening the command palette with a submenu already open will close the palette instead of re-opening the submenu. 1. Open the command palette `cmd-shift-p`. 2. Locate and...

bug
command palette
stale

I used Zed as my Editor for Git, and use my Terminal app in Fullscreen mode. When Git opens Zed to edit a file, Zed opens in another desktop. Would...

bug
workspace
macOS
stale

Summary: When selecting an `if` completion from rust-analyzer, the closing `}` has incorrect indentation. ```rs fn main() { let _: Vec = "" .lines() .filter_map(|x| { if x == ""...

bug
rust
language
help wanted
stale

Summary: - When typing an object key under `"lsp"` in settings there is no autocomplete. Desired behavior: - Auto-complete list of available language server names. Makes settings more accessible and...

setting
autocompletions
reproducible

### Summary Zed assumes Node.js runtime and raises errors when running on Node.js-compatible runtimes, such as bun. ### Description Steps to reproduce: 1. // set bun instead of node "node":...