InsertTextFormat
Description:
public enum InsertTextFormat
Defines whether the insert text in a completion item should be interpreted as plain text or a snippet.
Content:
Enum values:
- PLAIN_TEXT - The primary text to
be inserted is treated as a plain string.
- SNIPPED - The primary text to be
inserted is treated as a snippet.
- UNKNOWN
Static methods:
- public static InsertTextFormat from_string (string str)
Methods: