Skip to main content

debug_history_menu_steps

Function debug_history_menu_steps 

Source
pub fn debug_history_menu_steps(
    history: &SharedHistory,
    line: &str,
    cursor: usize,
    options: CompletionDebugOptions<'_>,
    steps: &[DebugStep],
) -> Vec<CompletionDebugFrame>
Expand description

Replays synthetic editor actions for the history menu and captures each frame.