Readonly
identifierUnique identifier of the provider
Readonly
rankRank used to order completion results from different completion providers.
CompletionProvider:kernel) use a rank of ≈500. If you want to give priority to your provider, use a rank of 1000 or above.
The rank is optional for backwards compatibility. If the rank is undefined
,
it will assign a rank of [1, 499] making the provider available but with a
lower priority.
Readonly
rendererRenderer for provider's completions (optional).
Fetch completion requests.
The completion request text and details.
additional information about context of completion request
The context completion provider is applicable on all cases.
additional information about context of completion request
A context connector for completion handlers.