struct

LSP::Hover

Inherits JSON::Serializable / Struct / Value / Object

Hover result

Constructors

new(contents : MarkupContent | String, range : Range | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

contents
Source
contents=(contents : MarkupContent | String)
Source
range
Source
range=(range : Range | Nil)
Source