Creates a new inline completion item.
The text to replace the range with.
Optional
range: RangeThe range to replace. If not set, the word at the requested position will be used.
Optional
command: CommandAn optional Command that is executed after inserting this completion.
Optional
commandAn optional Command that is executed after inserting this completion.
Optional
filterA text that is used to decide if this inline completion should be shown. When falsy
the InlineCompletionItem.insertText is used.
An inline completion is shown if the text to replace is a prefix of the filter text.
The text to replace the range with. Must be set. Is used both for the preview and the accept operation.
Optional
rangeThe range to replace. Must begin and end on the same line.
Prefer replacements over insertions to provide a better experience when the user deletes typed text.
An inline completion item represents a text snippet that is proposed inline to complete text that is being typed.
See
InlineCompletionItemProvider.provideInlineCompletionItems