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 C# tree-sitter grammar. It also adds OmniSharp-Roslyn for LSP support. Resolves issue [#5299](https://github.com/zed-industries/zed/issues/5299) Release Notes: - Added C# support ## VSCode ## Zed
This pull request adds support for upper / lower casing a visual selection with `u` or `U` respectively, and resolves #6901. I took an approach to split out the logic...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I quit Zed in normal windowed mode and re-launch it, it...
This PR completes the first task of the Tabless editing feature (#6424). It makes file finder select the previously opened file by default which allows the user to quickly switch...
This pr is created to add java syntax highlighting and lsp (eclipse.jdt.ls) The PR is not ready to be merged yet because I am encountering some strange issues and would...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When saving, Zed just doesn't respect the tab size that was set...
Once this [PR]( https://github.com/zed-industries/zed/pull/6914) is merged, then this binding is what vscode users will like Release Notes: - Added `space` keybind with `ProjectPane::Open`
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it ### Environment Zed: v0.120.3 (Zed Preview) OS: macOS 14.2.1 Memory: 16 GiB...
#6910 I changed the `open_file` symbol to `open`, because this is more consistent with the original intention Release Notes: - Added the ability to expand/collapse directories using the `project_panel::Open` action.
**Describe the solution you'd like** Would be great to have Java support, at least syntax highlight. LSP integration is a (very) nice to have.