Create a new LSPCompletionService.
Document manager for accessing virtual documents.
Get completions for a cell at a specific position.
Cell identifier.
Position in the cell (line and character).
Zero-based character offset in the line.
Zero-based line number in the cell.
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).
Zero-based character offset in the line.
Zero-based line number in the cell.
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.