LSProtocol::DocumentSymbolOptions
Inherits JSON::Serializable / Reference / Object
Provider options for a DocumentSymbolRequest.
Constructors
new(pull : JSON::PullParser)
Sourcenew(label : String | Nil = nil, work_done_progress : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
label
A human-readable string that is shown when multiple outlines trees are shown for the same document.
@since 3.16.0
work_done_progress
Source