Skip to content

Why signature help doesn't provide the version of current document? #2011

@imbant

Description

@imbant

In the document, the only thing textDocument/signatureHelp provides about the current document is the uri of it.

If the language server don't know the version, is it possible to confirm or constrain the didChange request to be later than signatureHelp ? Because usually when the document content changes, the language server needs to re-compile to obtain the information required by signature help. The language server needs to handle signature help after compiling, or, the language server can know that the content didn't change by comparing document versions between signatureHelp and didChange

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