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 feature Goal: * Users can collaborate without regard for which release stage we’re on (for the most part). Constraints:...
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,...
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...
### 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...
- 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
This fixes `t` not being repeatable with `,` and `;` in normal mode. Release Notes: - Fixed `t` in Vim mode not being repeatable with `,` or `;`.
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...
### 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...
### 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...
### 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...