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 When working on larger documents, its common using the vscode plugin to...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The editor feels very snappy overall, and when moving around (I am...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it We use to work with an extra screen, when we unplug the...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Provision any of the Cloudflare Worker templates with TypeScript support, and watch...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I click on "Sign In", I can link my GitHub account....
Summary: Closing and reopening the command palette with a submenu already open will close the palette instead of re-opening the submenu. 1. Open the command palette `cmd-shift-p`. 2. Locate and...
I used Zed as my Editor for Git, and use my Terminal app in Fullscreen mode. When Git opens Zed to edit a file, Zed opens in another desktop. Would...
Summary: When selecting an `if` completion from rust-analyzer, the closing `}` has incorrect indentation. ```rs fn main() { let _: Vec = "" .lines() .filter_map(|x| { if x == ""...
Summary: - When typing an object key under `"lsp"` in settings there is no autocomplete. Desired behavior: - Auto-complete list of available language server names. Makes settings more accessible and...
### Summary Zed assumes Node.js runtime and raises errors when running on Node.js-compatible runtimes, such as bun. ### Description Steps to reproduce: 1. // set bun instead of node "node":...