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

    Completion request sent to provider.

    interface CompletionRequest {
        language?: string;
        offset: number;
        text: string;
    }
    Index

    Properties

    Properties

    language?: string

    Programming language (e.g., 'python')

    offset: number

    Cursor position in text

    text: string

    Full cell text