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

When using Deno with the example configuration as described here, duplicate lsp information is displayed in Javascript files. This pull request solves that issue by adding Javascript to the configuration.

cla-signed

Removes an allocation when converting four u8 into a u32. Makes some functions const compatible. Release Notes: - N/A

cla-signed

### Describe the bug / provide steps to reproduce it Summary: Haven't seen it happen before but: 1. Setup with NVIDIA GPU and some other (AMD dGPU with RADV driver...

linux-wayland

### Check for existing issues - [X] Completed ### Describe the feature Please consider adding support for open type bitmap fonts in Zed. Currently I cannot use them, Zed complains...

feature
font

### Describe the feature Please provide a way to assign shortcuts to individual code actions: - remove all unused code - move to new file - add braces to arrow...

feature
editor
typescript
keybinds
language server

Make the git blame popover available via the keymap by making it an action. The blame popover stays open after being shown via the action, similar to the `editor::Hover` action....

cla-signed

### Summary When opening Zed and opening a file which requires `eslint`, Zed will attempt to download `eslint` but hangs and a `proto` process remains consuming CPU until force quit....

Closes #31438 Release Notes: - agent: Fixed an edge case were the request would fail when using Claude and multiple images were attached

cla-signed

Implements a chunking strategy for the element arena that allows it to grow dynamically based on allocations, it is initialised with a single chunk of a total size of 1...

cla-signed