Go-to-definition highlight
Open
Nobody has claimed this yet.
A-ui
C-improvement
- Dominant language
- Rust
- Stars
- 38.9k
- Forks
- 1.3k
- Avg merge
- 19m
- Merged PRs (30d)
- 1
Description
When I hold down ctrl and hover over a symbol in my editor, I don't get any indication whether I can click to jump to the definition or not.
Most editors underline the symbol when a jump target is available.
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 tracing the editor's ctrl-hover handling for symbols and the path used to determine whether a definition jump is available. The issue's requested behavior is complete when a symbol with a jump target is visibly underlined or highlighted on hover, while symbols without one are not, and the jump still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100