zed
                                
                                 zed copied to clipboard
                                
                                    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 The [features page](https://zed.dev/features#multi-cursor-editing) describes multi-cursor editing as being available with > the...
Attempt to add `@astrojs/language-server` and [virchau13/tree-sitter-astro](https://github.com/virchau13/tree-sitter-astro).
This PR implements a feature I was missing from VSCode: the ability to preview markdown files inside the editor. This allows users to preview README's and other markdown documents in...
Terraform and HCL are almost the same language, but not quite so proposing them as separate languages within Zed. (Terraform is an extension of HCL, with a different formatter.) This...
### Check for existing issues - [X] Completed ### Describe the feature Hi, I am currently using VSCode. Is there quick way to migrate VSCode settings like theme? ### If...
### Check for existing issues - [X] Completed ### Describe the feature In some situations, LSP will not provide any completions (also there's no plain words completion in Zed currently)....
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it It seems that all four borders have the same visual issue, have...
Please see [this comment](https://github.com/zed-industries/zed/issues/6778#issuecomment-1912480339) and [the one below it](https://github.com/zed-industries/zed/issues/6778#issuecomment-1912798489) explaining the problem and my solution to it. Release Notes: - Fixed issue where copy-paste for folders was not working in...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Receiving the following error (with some redactions): ``` Language server error: YAML...
Resolves #4970 Resolves #5326 ## Checklist - [x] Added `themes` configuration - [x] ~~Added an action to toggle between different theme modes~~ Removed as `auto` mode has been implemented -...