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

    List of completion items returned by a provider.

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

    Type Parameters

    Index

    Properties

    Properties

    items: T[]