pub fn debug_completion_steps(
tree: &CompletionTree,
line: &str,
cursor: usize,
options: CompletionDebugOptions<'_>,
steps: &[DebugStep],
) -> Vec<CompletionDebugFrame>Expand description
Replays a sequence of synthetic editor actions and captures each frame.