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.
### Check for existing issues - [X] Completed ### Describe the feature Add support for [Biome](https://biomejs.dev/) formatter/linter ### If applicable, add mockups / screenshots to help present your vision of...
### Check for existing issues - [X] Completed ### Describe the feature When vim mode is enabled, gcc should comment/uncomment the selected line, and in visual mode gc should comment/uncomment...
This PR allows the theme importer to load and export [`base16`-style](https://github.com/chriskempson/base16) themes. Many classic themes were initially written for this format, and it is a lightweight way to whip up...
Release Notes: - Added Tree-Sitter syntax highlight for bicep files.
This change switches from using async_tungstenite::async_tls to async_tungstenite::async_std with the async-native-tls feature. The previous feature, async_tls, used async-tls which wraps rustls. rustls bundles webpki-roots, which is a copy of Mozilla's...
### Check for existing issues - [X] Completed ### Describe the feature I would love to be able to use `space` for vim shortcuts. Example: ```json { "context": "Editor &&...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Add a rustdoc comment above a struct (`/// [Base16](https://github.com/chriskempson/base16)` 2. Hover...
# Context This adds support for Solidity to zed Resolves #4872 # Preview
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it with VSCode: the underline will appear even if the focus is on...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it As the title described, since the update (v0.120.5), my code navigation and...