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.
[All Markdown issues](https://github.com/zed-industries/community/issues?q=is%3Aopen+is%3Aissue+label%3Amarkdown+sort%3Areactions-%2B1-desc) ## LSP Investigate this, this may solve multiple other requests - [ ] https://github.com/zed-industries/zed/issues/5243 ## Syntax highlighting - [ ] https://github.com/zed-industries/zed/issues/5217 - [ ] [`_` breaks highlighting](https://github.com/zed-industries/zed/issues/5346)...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. open your journal project (mine is at `~/journal` and was autocreated...
### Check for existing issues - [X] Completed ### Describe the feature [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) is really useful, this is the reason why I switch directly between vscode and nvim😀 I noticed...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Typing in code some struct from a go package and hitting save...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it **Steps to reproduce** 1. Open a folder as a project, where the...
### Check for existing issues - [X] Completed ### Describe the feature I don't know if this is already possible, but it looks like we can not bind a key...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Create file with name `.env.local` in the open directory 2. Open...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it copilot integration does not respect `http_proxy`/`https_proxy` env variables. somewhat related to https://github.com/zed-industries/zed/issues/5032...
### Check for existing issues - [X] Completed ### Describe the feature Actually It is very hard to work with Typescript intellisense in large projects where are multiple items with...
Preliminarily, the TLDR basic request here is syntax and LSP support for OCaml and ReasonML (another syntax for OCaml). I realize that this may need to be a third party...