pub fn prefix_completion_helper<'a>(
word: &TokenComponent,
prefixes: &Prefixes,
completions: &mut Vec<SimpleCompletion>,
extra_edits: impl FnMut(&str, &str) -> Option<Vec<TextEdit>>,
lovs: impl Iterator<Item = &'a LocalPrefix>,
)