Remco Smits
Remco Smits
### Check for existing issues - [X] Completed ### Describe the feature Zed's highlight system does not highlight `readonly` as a keyword. ### If applicable, add mockups / screenshots to...
### Check for existing issues - [X] Completed ### Describe the feature When you type a single quote, the editor does not autocomplete this for you because it's missing inside...
When the chat if going fast, It's hard to see who is mentioning you, so this feature will make it more clear by the UI instead of needing to read...
Feature - [x] Allow to click on reply to go to the real message - [x] In chat - [x] Show only a part of the message that you reply...
### This pull request adds the following: - Missing mapping for the `yield` keyword. - Outline scheme for `describe`, `it` and `test` function_call_expressions (to support Pest runnable) - Pest runnable...
This allows you to run all the tests inside the `mod tests` block. Fixes #11967. Release Notes: - Added runnable icon for Rust `#[cfg(test)] mod tests` blocks ([#11967](https://github.com/zed-industries/zed/issues/11967)).
Closes #5307 Closes #5065 **The current state of the debugger implementation:** https://github.com/user-attachments/assets/89da4fa3-2ed0-4538-8cc7-036c729600d1 https://github.com/user-attachments/assets/0a15c52d-77d4-46e2-836f-80ebcbca12b6 ---- All the todo's are in the following channel, so it's easier to work on this together:...