InsertTextMode
Description:
public enum InsertTextMode
How whitespace and indentation is handled during completion item insertion.
Since:
3.16.0
Content:
Enum values:
- ADJUST_INDENTATION - The
editor adjusts leading whitespace of new lines so that they match the indentation up to the cursor of the line for which the item is
accepted.
- AS_IS - The insertion or replacement
string is taken as it is.
- UNSET