microsoft / microsoft/multilspy

Jedi request_completions implementation non-functional?

Open
#127 1 comment 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.