Class Suggestion
A replacement suggestion made by IAutocomplete
public class Suggestion
- 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 as Replacement but may vary in advanced use cases (e.g. Title= "ctor", Replacement = "MyClass()\n{\n}")