Skip to main content

complete

Function complete 

Source
pub fn complete(
    path: &str,
    source: &str,
    line: u32,
    col: u32,
) -> Vec<Completion>
Expand description

The completion candidates offered at (line, col) — both 1-based, matching the compiler’s Span convention — in source (named path for lexing).