Struct languageserver_types::Hover
[−]
[src]
pub struct Hover {
pub contents: HoverContents,
pub range: Option<Range>,
}The result of a hover request.
Fields
contents: HoverContents
The hover's content
range: Option<Range>
An optional range is a range inside a text document that is used to visualize a hover, e.g. by changing the background color.