InlineCompletionItem
An inline completion item represents a text snippet that is proposed inline to complete text that is being typed.
See also
Properties
Link copied to clipboard
A text that is used to decide if this inline completion should be shown. When falsy
the InlineCompletionItem.insertText is used.
Link copied to clipboard
The text to replace the range with. Must be set. Is used both for the preview and the accept operation.