rust-lang / rust-lang/rust-analyzer
More user-friendly annotation display
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
When I used clion to develop rust project, I found that the presentation of annotations is more friendly, can we learn from it and build it into rust-analyzer?
The following image shows the rendering effect of clion after installing the rust plugin:
The following is the effect rendered in vscode after installing the rust plugin:
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 comparing the reported CLion and VS Code screenshots with rust-analyzer's current annotation rendering behavior. Locate the existing annotation-display entry points and determine the intended rendering differences; done should be defined by an agreed behavior and corresponding validation for the affected editor presentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100