Class AutocompleteContext | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Describes the current state of a View which is proposing autocomplete. Suggestions are based on this state.

public class AutocompleteContext

Inheritance

AutocompleteContext

Inherited Members

Constructors

AutocompleteContext(List, int, bool)

Creates a new instance of the AutocompleteContext class

Properties

Canceled

Gets or sets if the autocomplete was canceled from popup.

CurrentLine

The text on the current line.

CursorPosition

The position of the input cursor within the CurrentLine.