InlineCompletionItem$Typings extension

on

Properties

command Command
An optional {@link Command} that is executed after inserting this completion.
getter/setter pair
filterText String
A text that is used to decide if this inline completion should be shown. When falsy the {@link InlineCompletionItem.insertText} is used.
getter/setter pair
insertText Object
The text to replace the range with. Must be set. Is used both for the preview and the accept operation.
getter/setter pair
range Range
The range to replace. Must begin and end on the same line.
getter/setter pair