microsoft / microsoft/multilspy
Jedi request_completions implementation non-functional?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 610
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
The request_completions() method, when used with the Jedi LSP, never returns. That's because the client registers a handler for experimental/serverStatus messages and waits for a notification with quiescent set to True as a signal that completions can be used, and that message never comes.
That's because the Jedi LSP doesn't implement this message type, it is a Rust analyzer LSP extension. Can this please be fixed?
Contributor guide
No contributing guide indexed for this repository
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 at request_completions and trace the handler that waits for experimental/serverStatus, then inspect how the Jedi LSP path handles completion readiness. Done means Jedi completions no longer wait indefinitely for the unsupported quiescent notification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100