zed
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.
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Vue-language-server is not working From low version to high version, none of...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The `rust-analyzer` provided by from my `PATH` always fails to run. Yet...
### Summary The size of the right dock is not persisted and restored across restarts like the left dock is. ### Description Steps to reproduce: 1. Resize the left dock...
### Check for existing issues - [X] Completed ### Describe the feature Paths are not autocompleted if supplying flags, such as `zed --add ./`. ### Zed Version and System Specs...
### Summary Multi cursor insertions and deletions are very slow when editing more than 1000+ lines. ### Description When editing more than 1000 lines Zed appears noticeably slow updating the...
| Before | After | | - | - | | | | Release Notes: - Fix commit message text being obscured when too long.
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When the font size is set to an odd value, `.rounded_full()` produces...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Start a long-running task in Zed. Notice that the output is going...
In Rust have `let thing= ...` where `...` has a type involving generics, and enable inlay hints. The `>=` becomes a ligature between the inlay hint and code.  Without...
**Summary:** If a user triggers the inline assistant with an empty selection (just a cursor), they expect the inline assistant to be able to see/edit the whole line. Currently, it...