OptionalcommandAn optional Command that is executed after inserting this completion.
OptionalfilterA text that is used to decide if this inline completion should be shown. When falsy the InlineCompletionItem.insertText is used.
The text to replace the range with. Must be set.
OptionalrangeThe range to replace. Must begin and end on the same line.
An inline completion item represents a text snippet that is proposed inline to complete text that is being typed.
Since
3.18.0
Proposed