Optional
Readonly
completionContains the completion options for this completion provider.
If multiple languages return different options, they are merged before being sent to the language client.
Handle a completion request.
the document for which the completion request was triggered
the completion parameters
Optional
cancelToken: CancellationTokena token that can be used to cancel the request
Language-specific service for handling completion requests.