rust-lang / rust-lang/rust-analyzer

Type hovers should contain more precise information

Open
#13,059 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

A-hover A-inlay-hints C-enhancement S-actionable
Dominant language
Rust
Stars
16.9k
Forks
2.2k
Avg merge
1d 12h
Merged PRs (30d)
72

Description

Hovering over v:

Screenshot_20220819_021016

Hovering over its type inlay hint:
Screenshot_20220819_021025

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.