Type of completion items, defaults to any
ReadonlynameHuman-readable name of the completion provider
Optional ReadonlyschemaConfiguration schema for provider settings
Fetch completion suggestions for the current context.
Completion request with text and cursor position.
Contextual information about the completion request.
Promise resolving to list of completion items.
Provider interface for inline code completions. Implementations fetch completion suggestions from various sources (LLMs, static analysis, etc.).