Creates an instance of ProviderReconciliator.
Protected
applicableCheck for the providers which are applicable with the current context
List of applicable providers
Fetch response from multiple providers, If a provider can not return the response for a completer request before timeout, the result of this provider will be ignored.
The completion request.
Optional
trigger: CompletionTriggerKindReturns a list of promises to enable showing results from the provider which resolved fastest, even if other providers are still generating. The result may be null if the request timed out.
Optional
isMiddleOfLine: booleanCheck if completer should make request to fetch completion responses
on user typing. If the provider with highest rank does not have
shouldShowContinuousHint
method, a default one will be used.
The visible status of completer widget.
CodeMirror changed argument.
The reconciliator which is used to fetch and merge responses from multiple completion providers.