Skip to content

Result of SignatureHelpHandlerBase is not nullable #22

Description

@steveRoll-git

According to the LSP spec, the response to textDocument/signatureHelp can be SignatureHelp | null.
But, the return type of SignatureHelpHandlerBase.Handle is Task<SignatureHelp>, which does not allow null.

I can make a PR that addresses this, I just want to make sure whether this is intentional or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions