fn gather_keywords(
ctx: &CompletionContext<'_>,
) -> Vec<CompletionCandidate<'static>>Expand description
Gather keyword candidates. Only offered when dots == 0.
fn gather_keywords(
ctx: &CompletionContext<'_>,
) -> Vec<CompletionCandidate<'static>>Gather keyword candidates. Only offered when dots == 0.