GenLSP.Protocol.Structures.InlayHintParams (gen_lsp v0.0.1)
A parameter literal used in inlay hint requests.
@since 3.17.0
properties
Properties
textDocument :: TextDocumentIdentifier (required)
The text document.
range :: Range (required)
The document range for which inlay hints should be computed.