struct LSP::LocationLink
- LSP::LocationLink
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/location_link.crConstructors
Instance Method Summary
- #origin_selection_range : Range | Nil
- #origin_selection_range=(origin_selection_range : Range | Nil)
- #target_range : Range
- #target_range=(target_range : Range)
- #target_selection_range : Range
- #target_selection_range=(target_selection_range : Range)
- #target_uri : String
- #target_uri=(target_uri : String)