Skip to content

Completion response type #4

Closed
Closed
@sridmad

Description

protocol.d.ts has the following for a completion request

export declare namespace CompletionRequest {
    const type: RequestType <TextDocumentPosition, CompletionItem[] | CompletionList, void >;
}

Protocol spec currently only specifies CompletionItem[] as response type.

Activity

locked and limited conversation to collaborators on Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Completion response type · Issue #4 · microsoft/language-server-protocol