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.
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...
**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)...
### 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...
### 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...
### 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...
*Updated on 06/04/2025 08:18 PM (EDT)* ## feature 1. https://github.com/zed-industries/zed/issues/5259 (806 :thumbsup:) 2. https://github.com/zed-industries/zed/issues/5242 (427 :thumbsup:) 3. https://github.com/zed-industries/zed/issues/8279 (378 :thumbsup:) 4. https://github.com/zed-industries/zed/issues/15968 (339 :thumbsup:) 5. https://github.com/zed-industries/zed/issues/10910 (331 :thumbsup:) 6. https://github.com/zed-industries/zed/issues/6756...
### 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....
### 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_
### 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...
### 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...