pub fn completions(
doc: &DocumentState,
position: Position,
) -> Option<CompletionResponse>Expand description
Handle completion request.
Provides context-aware completions based on the preceding tokens.
pub fn completions(
doc: &DocumentState,
position: Position,
) -> Option<CompletionResponse>Handle completion request.
Provides context-aware completions based on the preceding tokens.