pub fn debug_completion(
tree: &CompletionTree,
line: &str,
cursor: usize,
options: CompletionDebugOptions<'_>,
) -> CompletionDebugExpand description
Builds a single completion-debug snapshot for line at cursor.
pub fn debug_completion(
tree: &CompletionTree,
line: &str,
cursor: usize,
options: CompletionDebugOptions<'_>,
) -> CompletionDebugBuilds a single completion-debug snapshot for line at cursor.