Hover
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_hover_ref" , unref_function = "lsp_hover_unref" ) ]
public class Hover
The result of a hover request.
Content:
Properties:
- public MarkupContent contents { get; set; }
The hover's contents as a markup content.
- public Range? range { get; set; }
An optional range that is a range inside the document that is used to
visualize the hover, e.g. by changing the background color.
Creation methods:
Methods: