rust-lang / rust-lang/rust-analyzer
UX: move the `implements notable traits` message down
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
could we please move this notable traits section below the documentation?
this has been bugging me for the longest time because it literally comes before any documentation and forces me to scroll down on every single thing i want to look at the docs for, and I never found myself in a situation where i even use this feature, even though it shows up on basically every single function in the language because of all the silly Future<Output> whatever stuff basically everything seems to implement nowadays. it just bloats the screen for no reason. not to mention the visual presentation of the data in question is too cluttered.
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 locating the rust-analyzer UI rendering for the “implements notable traits” section shown in the issue image. Move that section below the documentation and review the resulting presentation; done means documentation appears first without the current scrolling burden or clutter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- developer-experience, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100