struct LSP::Protocol::Hover
- LSP::Protocol::Hover
- Struct
- Value
- Object
Defined in:
lsp/protocol/hover.crConstructors
- .new(__temp_167 : JSON::PullParser)
- .new(contents : LSP::Protocol::MarkupContent, range : LSP::Protocol::Range | Nil = nil)
Instance Method Summary
- #contents : MarkupContent
- #contents=(_contents : MarkupContent)
- #range : Union(Range, Nil)
- #range=(_range : Union(Range, Nil))
- #to_json(json : JSON::Builder)