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 3819 zed issues
Sort by recently updated
recently updated
newest added
trafficstars

### Check for existing issues - [X] Completed ### Describe the feature Goal: * Users can collaborate without regard for which release stage we’re on (for the most part). Constraints:...

enhancement
collaboration
channels

This fixes #6815 by implementing `` in normal mode in Vim. Turns out that `` behaves like a reverse `` (which we already had): it goes to the right and,...

cla-signed

In this morning's incident this query stood out with a max runtime of >1s. We run it in quite a few places, so we dug in and tried to optimize...

cla-signed

### Check for existing issues - [X] Completed ### Describe the feature Currently only Github Copilot is supported in Zed. It would be nice if Copilot Chat is integrated into...

enhancement
copilot
ai
assistant

- Adds [tree-sitter-nickel](https://github.com/nickel-lang/tree-sitter-nickel) ([nickel-lang.org](https://nickel-lang.org/)) - Adds highlights and injections queries Release Notes: - Added Nickel syntax highlighting

cla-signed

This fixes `t` not being repeatable with `,` and `;` in normal mode. Release Notes: - Fixed `t` in Vim mode not being repeatable with `,` or `;`.

cla-signed

This PR implements support for loading and displaying images from a local file using gpui's `img` element. API Changes: - Changed `SharedUrl` to `SharedUrl::File`, `SharedUrl::Network` Usage: ```rust // load from...

cla-signed

### Check for existing issues - [X] Completed ### Describe the feature I use a German keyboard with umlauts (ö,ä,ü) and like to remap them in the Editor and in...

enhancement
editor
internationalization
keymap / key binding

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Not sure this an actual issue, but the behaviour is unexpected to...

defect
project panel
setting

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Select a file in the Project Panel that is located inside...

defect
project panel