rust-lang / rust-lang/rust-analyzer
VS Code Sticky Scroll Truncated
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
VS Code sticky scroll should show multiple lines of context as seen here. This functions as advertised when RA is stopped, or not loaded. When RA is running, only the topmost line is visible in the sticky scroll area.
rust-analyzer version: 0.3.1459-standalone
rustc version: rustc 1.68.2 (9eb3afe9e 2023-03-27)
relevant settings: Nothing special.
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
Reproduce the issue in VS Code with rust-analyzer 0.3.1459-standalone and rustc 1.68.2, comparing the sticky scroll while RA is stopped or unloaded with it running. Trace the VS Code integration and sticky-scroll behavior to identify the difference; done means multiple context lines remain visible while rust-analyzer is running.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100