insertText
Text to insert instead of name
. This is used to support bracketed completions; If name
might be "a-b" but insertText
would be ["a-b"]
, coupled with replacementSpan
to replace a dotted access with a bracket access.
Text to insert instead of name
. This is used to support bracketed completions; If name
might be "a-b" but insertText
would be ["a-b"]
, coupled with replacementSpan
to replace a dotted access with a bracket access.