class

LSProtocol::ClientFoldingRangeOptions

Inherits JSON::Serializable / Reference / Object

@since 3.18.0

Constructors

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

Instance methods

collapsed_text

If set, the client signals that it supports setting collapsedText on folding ranges to display custom labels instead of the default text.

@since 3.17.0

Source