Justin Su
Justin Su
### Pull Request Checklist * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? * [x] Did you make your Pull Request on...
**Describe the bug** When using structural pattern matching to compare an `int` vs an `http.HTTPStatus` instance (and vice versa), pyright thinks the code is unreachable. In the example code, pyright...
### Feature Request Description Removing multiple keybinds could be improved to not need the mouse to click Remove by binding the Delete it. (It's nice that you can already navigate...
### Summary After running the "workspace: reload" command, the Zed window closed but never reopened. Force Quit Applications showed Zed as not responding. ### Description Steps to trigger the problem:...
### Check for existing issues - [X] Completed ### Describe the feature I like using `cmd-right` to move my cursor to the end of the line (`editor::MoveToEndOfLine`) and don't want...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it ```python foo = [] for bar in foo pass foo = []...
### Summary With `use_smartcase_search`, pressing up-arrow to use a previous Find query will keep the search case-sensitive if the current search is case-sensitive due to smartcase but the previous query...
`bar` in the 3rd line is selected, but it's impossible to tell it apart from all the other find results, save for the colour of the line number. In Zed...
### Check for existing issues - [X] Completed ### Describe the feature You should be able to set a custom font family for inlay hints. This should probably include setting...