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

### Summary Invoking `editor::Rewrap` with a range that crosses a paragraph boundary results in the paragraphs being reflowed together. To reproduce, put this in a buffer: ``` foo bar ```...

bite-size

Fixes: #29812 Fixes: #22538 Co-Authored-By: Release Notes: - vim: Multi-key bindings in insert mode will now show the pending keystroke in the buffer. For example if you have `jk` mapped...

cla-signed

It seems that there was a regression. `build_config` no longer has an `OUT_DIR` in it. On way to mitigate it is to stop relying on it and just use `cwd`...

cla-signed

### Summary In helix normal mode, entering `count` + `x` should select that count of lines including the active line. ### Description Steps to reproduce: 1. Enable `helix_normal` for Vim...

Closes #ISSUE Update few other docs as well. Like recently tool support was added for deepseek. Also there was recent thinking and images support for ollama model. Release Notes: -...

cla-signed

### Summary When editing proto or yaml files in a go monolith I'm getting errors from golangci-lint. I assume that the golangci-lint extension shouldn't be running on those files nor...

- [x] Manual Testing(Tested this with Qwen2.5 VL 32B Instruct (free) and Llama 4 Scout (free), Llama 4 Maverick (free). Llama models have some issues in write profile due to...

cla-signed

### Summary non of nushell's (https://github.com/nushell/nushell) keybinds ### Description 99% if nushell keybinds don' work. After playing around and looking into the default keymap, I needed to tell Zed to...

### Summary If I'm writing a Git commit message that has a bulleted list (another keyword for searchers: asterisk), the editor joins the line to the end of the previous...

git

Hi, this pull request adds `sorbet` and `steep` to the list of available language servers for the Ruby language in order to prepare default Ruby language settings for these LS....

cla-signed