JSONPath Tools / @jsonpath-tools/jsonpath / CompletionItemTextType
Enumeration: CompletionItemTextType
Type of a completion item text.
Enumeration Members
plain
ts
plain: 0;Insert the text as is.
snippet
ts
snippet: 1;Insert the text as a snippet.