class

LSProtocol::DocumentSymbolOptions

Inherits JSON::Serializable / Reference / Object

Provider options for a DocumentSymbolRequest.

Constructors

new(pull : JSON::PullParser)
Source
new(label : String | Nil = nil, work_done_progress : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

label

A human-readable string that is shown when multiple outlines trees are shown for the same document.

@since 3.16.0

Source
work_done_progress
Source