pub fn completion_data(catalog: &MethodCatalog) -> Vec<CompletionItem>Expand description
Generate the full completion table from the catalog, in catalog order.
Every entry becomes one CompletionItem; the output is a 1:1 rendering.
pub fn completion_data(catalog: &MethodCatalog) -> Vec<CompletionItem>Generate the full completion table from the catalog, in catalog order.
Every entry becomes one CompletionItem; the output is a 1:1 rendering.