GenLSP.Protocol.Structures.SelectionRange (gen_lsp v0.0.1)
A selection range represents a part of a selection hierarchy. A selection range may have a parent selection range that contains it.
properties
Properties
range :: Range (required)
The range of this selection range.
parent :: SelectionRange
The parent selection range containing this range. Therefore parent.range
must contain this.range
.