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

This PR adds the Haskell tree-sitter grammar copied from [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/haskell). It also adds the Haskell Language Server. This is a joint effort by myself (adding the grammar) and @leifu1128 (who...

cla-signed

**Is your feature request related to a problem? Please describe.** I'd like to be able to use Zed to work on my Swift projects. **Describe the solution you'd like** [SourceKit-LSP](https://github.com/apple/sourcekit-lsp)...

enhancement
potential plugin
language
unsupported language

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Download either Zed Stable or Preview from https://zed.dev/releases/stable 2. Double-click on...

defect
macOS

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it `node/openssl/archs` contains almost 50 MB of unneeded files. Removing them would help...

defect
triage
admin read

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When changing from `fn main() ` to `fn main -> anyhow::Result`, the...

defect
editor
rust
language
language server

*Updated on 11/23/2025 07:07 AM (EST)* ## feature 1. https://github.com/zed-industries/zed/issues/5259 (1073 :thumbsup:) 2. https://github.com/zed-industries/zed/issues/4642 (662 :thumbsup:) 3. https://github.com/zed-industries/zed/issues/11473 (638 :thumbsup:) 4. https://github.com/zed-industries/zed/issues/10910 (608 :thumbsup:) 5. https://github.com/zed-industries/zed/issues/5242 (569 :thumbsup:) 6. https://github.com/zed-industries/zed/issues/8279...

ignore top-ranking issues

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it # Steps to reproduce 1. Open a project in vim mode 2....

defect
vim
seach / project search

### Check for existing issues - [X] Completed ### Language Astro ### Tree Sitter parser link https://github.com/virchau13/tree-sitter-astro ### Language server link https://github.com/withastro/language-tools/tree/main/packages/language-server ### Misc notes _No response_

enhancement
potential plugin
language
unsupported language

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When searching for a file using Cmd+P a replica of same file...

defect
triage
admin read

### Check for existing issues - [X] Completed ### Describe the feature VSCode has a nice Vim command `za` to fold / unfold code under cursor. (This is not a...

enhancement
vim