struct
LSP::DocumentHighlight
- LSP::DocumentHighlight
- Struct
- Value
- Object
Overview
A document highlight is a range inside a text document which deserves special attention, usually an occurrence of a symbol.
Included Modules
Defined in:
requests/language_features/document_highlight.crConstructors
Instance Method Summary
-
#kind : DocumentHighlightKind | Nil
The highlight kind, defaulting to
Text. -
#kind=(kind : DocumentHighlightKind | Nil)
The highlight kind, defaulting to
Text. -
#range : Range
The range this highlight applies to.
-
#range=(range : Range)
The range this highlight applies to.