Creates an instance of ProviderReconciliator.
Private
_contextCurrent completer context.
Private
_fetchingCounter to reject current provider response if a new fetch request is created.
Private
_inlineCounter to reject current inline provider response if a new inlineFetch
request is created.
Private
_inlineList of inline providers.
Private
_inlineInline providers settings.
Private
_providersList of available providers.
Private
_timeoutTimeout for the fetch request.
Private
_alignPrivate
_defaultPrivate
_mergePrivate
_resolvePrivate
_streamProtected
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.
Check 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.