AutocompleteOptions
Interactive autocomplete options.
- Kind:
Class - Namespace: Repl.Autocomplete
- Assembly:
Repl.Core - Source: src/Repl.Core/Autocomplete/AutocompleteOptions.cs
Signature
Section titled “Signature”public sealed class AutocompleteOptionsInheritance
Section titled “Inheritance”Properties
Section titled “Properties”CaseSensitive
Section titled “CaseSensitive”Gets or sets a value indicating whether completion matching is case-sensitive.
public bool CaseSensitive { get; set; }Returns
Section titled “Returns”ColorizeHintAndMenu
Section titled “ColorizeHintAndMenu”Gets or sets a value indicating whether hints and menu entries are colorized.
public bool ColorizeHintAndMenu { get; set; }Returns
Section titled “Returns”ColorizeInputLine
Section titled “ColorizeInputLine”Gets or sets a value indicating whether the active input line is colorized by token kind.
public bool ColorizeInputLine { get; set; }Returns
Section titled “Returns”EnableFuzzyMatching
Section titled “EnableFuzzyMatching”Gets or sets a value indicating whether fuzzy scoring should be enabled.
public bool EnableFuzzyMatching { get; set; }Returns
Section titled “Returns”LiveHintEnabled
Section titled “LiveHintEnabled”Gets or sets a value indicating whether live one-line hints are rendered while typing.
public bool LiveHintEnabled { get; set; }Returns
Section titled “Returns”LiveHintMaxAlternatives
Section titled “LiveHintMaxAlternatives”Gets or sets the maximum number of alternatives shown in the live hint line.
public int LiveHintMaxAlternatives { get; set; }Returns
Section titled “Returns”MaxVisibleSuggestions
Section titled “MaxVisibleSuggestions”Gets or sets max number of suggestions rendered in the popup/list.
public int MaxVisibleSuggestions { get; set; }Returns
Section titled “Returns”Gets or sets autocomplete mode.
public AutocompleteMode Mode { get; set; }Returns
Section titled “Returns”Presentation
Section titled “Presentation”Gets or sets autocomplete presentation style.
public AutocompletePresentation Presentation { get; set; }Returns
Section titled “Returns”ShowContextAlternatives
Section titled “ShowContextAlternatives”Gets or sets a value indicating whether context alternatives are included in autocomplete.
public bool ShowContextAlternatives { get; set; }Returns
Section titled “Returns”ShowInvalidAlternatives
Section titled “ShowInvalidAlternatives”Gets or sets a value indicating whether invalid alternatives are shown when no selectable match exists.
public bool ShowInvalidAlternatives { get; set; }