TerminalReadLineCompletionHandler Delegate

Definition

Assembly XenoAtom.Terminal.dll

A completion handler invoked when the user requests completion (e.g. Tab).

public delegate TerminalReadLineCompletion TerminalReadLineCompletionHandler(ReadOnlySpan<char> text, int cursorIndex, int selectionStart, int selectionLength);

Parameters

cursorIndex
Int32
selectionStart
Int32
selectionLength
Int32

Returns

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Methods (3)