GenLSP.Protocol.Structures.InlineValueParams (gen_lsp v0.0.1)

A parameter literal used in inline value requests.

@since 3.17.0

properties

Properties

textDocument :: TextDocumentIdentifier (required)

The text document.

range :: Range (required)

The document range for which inline values should be computed.

context :: InlineValueContext (required)

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