GenLSP.Protocol.Structures.Hover (gen_lsp v0.0.2)

The result of a hover request.

properties

Properties

contents :: MarkupContent | MarkedString | [MarkedString]

The hover's content

range :: Range

An optional range inside the text document that is used to visualize the hover, e.g. by changing the background color.