Datalayer VS Code Extension - v0.0.18
    Preparing search index...

    List of completion items returned by a provider.

    interface IInlineCompletionList<T = IInlineCompletionItem> {
        items: T[];
    }

    Type Parameters

    Index
    items: T[]