rust-lang / rust-lang/rust-analyzer
Type hovers should contain more precise information
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
Hovering over v:

Hovering over its type inlay hint:

When hovering over a variable, the Global link should (probably? it seems confusing) be omitted, since it is the default also omitted from the type.
When hovering over a type inlay hint, links should be inserted just like we do for variable hovers, and defaulted types like Global should be omitted (seems like an opportunity to deduplicate some code too).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported behavior for a variable hover and a type inlay hint in rust-analyzer, using the screenshots as the reference. Trace the hover and inlay-hint entry points and compare how links and default types such as Global are rendered. Done means both hover kinds omit the default Global type and type inlay hints include the same links as variable hovers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100