mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 05:44:17 +00:00
837639535c
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
What do all of the syntax-highlighted methods have in common in this screenshot? <img width="597" alt="image" src="https://github.com/user-attachments/assets/7e3cced5-1857-44ca-8000-d2aa3c485726"> They're all trait methods. This is an unfortunate byproduct of how we parse function signatures and handle details of completions. Other non-syntax highlighted entries could get the highlighting for free, if not for the fact that they lack a bit of data that is available for trait methods. This PR fixes this problem. <img width="597" alt="image" src="https://github.com/user-attachments/assets/065dc929-be00-46fc-a7c3-e63ed7ad6a0a"> Release Notes: - Improved syntax highlighting of Rust methods in completions menu |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |