View source
typedef CompletionParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Completion parameters
Fields
optionalworkDoneToken:Null<ProgressToken>
An optional token that a server can use to report work done progress.
optionalpartialResultToken:Null<ProgressToken>
An optional token that a server can use to report partial results (e.g. streaming) to the client.
optionalcontext:Null<CompletionContext>
The completion context. This is only available it the client specifies
to send this using the client capability textDocument.completion.contextSupport === true