Skip to main content

completions

Function completions 

Source
pub fn completions(
    doc: &DocumentState,
    position: Position,
) -> Option<CompletionResponse>
Expand description

Handle completion request.

Provides context-aware completions based on the preceding tokens.