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.
**Describe the bug** When opening a large file (e.g. greater several hundred MB), the text rendering of lines starts to overlap towards the end of the file. In the example...
### Summary In helix-normal mode, `v2w` selects one character too many ### Description Steps to reproduce: 1. Load [helix tutor](https://github.com/helix-editor/helix/blob/master/runtime/tutor) 2. Goto 3.6 Select / Extend mode 3. Move to...
To be merged tomorrow after the release, which will make the "Burn Mode" terminology live on stable. Release Notes: - N/A
### Summary ### Description I've activated a python venv in folder a via the button on status bar, but when I open file in subfolder a/b/c.py, the venv isn't applied...
Closes #31989 Release Notes: - Added support for `Ctrl-w ]` and `Ctrl-w Ctrl-]` to go to a definition in a new split
### Summary With Zed nightly, `rust-analyzer` gets into a loop where it repeatedly re-checks and re-indexes the projeect. ### Description While working on a project with Zed nightly, `rust-analyzer` starts...
Closes #20574 Release Notes: - Added editor action to accept next line suggestion only with `editor::AcceptNextLineEditPrediction` - `editor::AcceptPartialEditPrediction` renamed to `editor::AcceptNextWordEditPrediction` Checklist: - [x] Default keybindings: ctrl-cmd-down on macos and...
### Summary ## Description The vim keymap is missing two bindings to open a "tag" in a new split. Since zed already maps `Ctrl-]` to open a new definition, I...
### Summary Can't change from `write` to `ask` mode on Linux ### Description Steps to trigger the problem: 1. the default mode is `write` 2. change to `ask` in the...
### Summary Whenever I open a new Zed window, all of the content is shrunk down to fit in the top left corner of the window itself; However, everything interacts...