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

    Interface LSPHoverResponse

    Hover response with LSP hover information

    interface LSPHoverResponse {
        hover: Hover;
        requestId: string;
        type: "lsp-hover-response";
    }
    Index
    hover: Hover
    requestId: string
    type: "lsp-hover-response"