@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Type Alias EditStage

    EditStage: (
        editor: ActiveEditor,
    ) => readonly TextEdit[] | Promise<readonly TextEdit[]>

    One stage of a grouped edit.

    Receives the editor as it stands after the previous stage, and returns the replacements that stage wants.

    Type Declaration