pub fn items_with_help( values: &'static [(&'static str, &'static str)], ) -> impl Fn(&Context, &str) -> Vec<CompletionItem> + Send + Sync + 'static
Build a completion callback from static (value, help) pairs.
(value, help)