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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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