Model for inline completions.

Implements

Constructors

Properties

_completions: null | IInlineCompletionList<IInlineItem> = null
_cursor: IPosition
_isDisposed: boolean = false
filterTextChanged: Signal<InlineCompleter.Model, IndexMap> = ...

A signal emitted when filter text is updated. Emits a mapping from old to new index for items after filtering.

provisionProgress: Signal<InlineCompleter.Model, IProvisionProgress> = ...

A signal emitted when new information about progress is available.

A signal emitted when new suggestions are set on the model.

Accessors

Methods