class LSProtocol::ClientFoldingRangeOptions

Overview

@since 3.18.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(collapsed_text : Bool | Nil = nil) #

[View source]

Instance Method Detail

def collapsed_text : Bool | Nil #

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


[View source]