ReadonlyidentifierUnique identifier for this completion provider
ReadonlynameHuman-readable name displayed in UI
Schema with default configuration for debounce and timeout.
Dispose of the provider and clean up resources.
Fetch completion suggestions from LSP.
Completion request with text and cursor position.
Completion context.
Promise resolving to list of completion items.
LSP completion provider for notebook cells. Supports Python (via Pylance) and Markdown (via built-in VS Code markdown LSP).