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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Inheritance

Suggestion

Inherited Members

Constructors

Suggestion(int, string, string)

Creates a new instance of the Suggestion class.

Properties

Remove

The number of characters to remove at the current cursor position before adding the Replacement

Replacement

The replacement text that will be added

Title

The user visible description for the Replacement. Typically this would be the same asReplacement but may vary in advanced use cases (e.g. Title= "ctor", Replacement = "MyClass()\n{\n}")