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.
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.
Removes an allocation when converting four u8 into a u32. Makes some functions const compatible. Release Notes: - N/A
### 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...
### 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...
### 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...
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....
### 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
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...