Skip to content

Jedi request_completions implementation non-functional? #127

@mjpieters

Description

@mjpieters

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions