pub fn complete_at(
ast: &Ast,
interner: &ThreadedRodeo,
file_id: FileId,
byte: u32,
trigger: Option<char>,
) -> Vec<CompletionItem>Expand description
Completion at the given byte position. trigger is Some('.') /
Some('@') if the editor invoked us via a trigger character.