redhat-developer / redhat-developer/lsp4ij
Clicking on Find Usage results doesn't focus on the proper line (without Psi)
Open
Nobody has claimed this yet.
bug
references
- Dominant language
- Java
- Stars
- 344
- Forks
- 113
- Avg merge
- 5h 22m
- Merged PRs (30d)
- 15
Description
With basedpyright installed, open a python file like
def callMe() :
print("I was called")
callMe()
callMe()
callMe()
clicking on the different references doesn't focus on the right line:
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 problem by opening the provided Python example with basedpyright and selecting different Find Usage references. Start by tracing the Find Usage result navigation and focus handling; done means every selected reference focuses the correct line in the editor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, python
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100