ReadonlyidentifierUnique identifier for this completion provider
ReadonlynameHuman-readable name displayed in UI
Configuration schema for provider settings
Fetch inline completion suggestions.
Completion request with text and cursor offset.
Completion context (notebook panel, active cell, etc.).
Promise resolving to list of completion items.
VS Code LLM-powered inline completion provider for Jupyter notebooks.
Uses VS Code's Language Model API (Copilot and other registered LLM providers) To provide intelligent code completions in notebook cells.