Completion parameters

Fields

@:optionaloptionalworkDoneToken:Null<ProgressToken>

An optional token that a server can use to report work done progress.

position:Position

The position inside the text document.

@:optionaloptionalpartialResultToken:Null<ProgressToken>

An optional token that a server can use to report partial results (e.g. streaming) to the client.

@:optionaloptionalcontext:Null<CompletionContext>

The completion context. This is only available it the client specifies to send this using the client capability textDocument.completion.contextSupport === true