Class AutocompleteContext
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<Cell>, 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.