fn keyword_and_snippet_candidates() -> Vec<Completion>Expand description
Keyword-position candidates: the lowercase-initial reserved keywords (the
declaration/statement words — uppercase type/value names like Int/Some
belong to type/expression position) with their registry docs, plus the
declaration snippets.