View Source GenLSP.Structures.Hover (gen_lsp v0.8.1)

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

Link to this section Functions

Link to this function

%GenLSP.Structures.Hover{}

View Source (struct)

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.