Skip to main content

completion_data

Function completion_data 

Source
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.