View Source GenLSP.Structures.Hover (gen_lsp v0.10.0)
The result of a hover request.
Link to this section Summary
Functions
Fields
- contents: The hover's content
- range: An optional range inside the text document that is used to visualize the hover, e.g. by changing the background color.
Link to this section Types
@type t() :: %GenLSP.Structures.Hover{ contents: GenLSP.Structures.MarkupContent.t() | GenLSP.TypeAlias.MarkedString.t() | [GenLSP.TypeAlias.MarkedString.t()], range: GenLSP.Structures.Range.t() | nil }
Link to this section Functions
fields
Fields
- contents: The hover's content
- range: An optional range inside the text document that is used to visualize the hover, e.g. by changing the background color.