class LSProtocol::DocumentSymbolOptions
- LSProtocol::DocumentSymbolOptions
- Reference
- Object
Overview
Provider options for a DocumentSymbolRequest
.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(label : String | Nil = nil, work_done_progress : Bool | Nil = nil)
Instance Method Summary
-
#label : String | Nil
A human-readable string that is shown when multiple outlines trees are shown for the same document.
- #work_done_progress : Bool | Nil
Constructor Detail
Instance Method Detail
def label : String | Nil
#
A human-readable string that is shown when multiple outlines trees are shown for the same document.
@since 3.16.0