Interface InlineCompletionList

Represents a collection of inline completion items to be presented in the editor.

3.18.0

interface InlineCompletionList {
    items: InlineCompletionItem[];
}

Properties

Properties

The inline completion items