Type Alias InlineValueParams

InlineValueParams: WorkDoneProgressParams & {
    context: InlineValueContext;
    range: Range;
    textDocument: TextDocumentIdentifier;
}

A parameter literal used in inline value requests.

Type declaration

  • context: InlineValueContext

    Additional information about the context in which inline values were requested.

  • range: Range

    The document range for which inline values should be computed.

  • textDocument: TextDocumentIdentifier

    The text document.

3.17.0