LSP::Hover
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
The result of a hover request.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
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.
range=(range : Range | Nil)
An optional range is a range inside a text document that is used to visualize a hover, e.g. by changing the background color.