Create a new LSPCompletionService.
Document manager for accessing virtual documents
PrivateensureEnsure Python extension is active and configured for a document.
Document URI
Get completions for a cell at a specific position.
Cell identifier
Position in the cell (line and character)
Optionaltrigger: stringOptional trigger character
Promise that resolves to array of completion items
Get hover information for a cell at a specific position.
Cell identifier
Position in the cell (line and character)
Promise that resolves to hover information or null
Resolve additional details for a completion item.
Completion item to resolve
Promise that resolves to resolved completion item
Service for handling LSP completion requests. Coordinates with LSPDocumentManager and VS Code's LSP infrastructure.