zed icon indicating copy to clipboard operation
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.

Results 3819 zed issues
Sort by recently updated
recently updated
newest added

### Check for existing issues - [X] Completed ### Describe the feature Zed currently already supports syntax highlighting for HTML. Should be low hanging fruit to extend it to support...

enhancement
potential extension
language
unsupported language

### Check for existing issues - [X] Completed ### Describe the feature I've seen a few feature request to allow us to hide a bunch of things, so I wanted...

enhancement
workspace
editor
tabs
setting
status bar

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When simply switching tabs, Zed sometimes does switch instantly like 0.188.1, but...

defect
performance
tabs

Hey :) so excited this is open-sourced now. Would love for this to be published to the nix package registry for easy installs to NixOS

enhancement

### Check for existing issues - [X] Completed ### Describe the feature It would be brilliant to allow reverting a piece of code by right clicking the gitgutter.

enhancement
git

I'm dyslexic, so I actually have a hard time reading code without my mind getting jumbled up. One feature that I've found that has helped me tremendously is [JetBrains' Semantic...

enhancement
design

### Check for existing issues - [X] Completed ### Describe the feature I don't know if I'm the only one who interacts with copilot this way, but I find the...

enhancement
keymap / key binding
copilot
ai

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The assistant feature does not ask for an API key on a...

defect
assistant

### Check for existing issues - [X] Completed ### Language blade ### Tree Sitter parser link https://github.com/EmranMR/tree-sitter-blade ### Language server link https://github.com/haringsrob/laravel-dev-tools ### Misc notes Currently the file opens as...

enhancement
potential plugin
language
unsupported language

According to [intelephense docs](https://github.com/bmewburn/intelephense-docs/blob/master/gettingStarted.md#environment), i want to set `wordpress` stub inside `intelephense.stubs` So, i just configure the editor based on zed docs : ```json "lsp": { "intelephense": { "initialization_options": {...

defect
language
setting
language server
php