class LSProtocol::FoldingRangeClientCapabilities

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(dynamic_registration : Bool | Nil = nil, folding_range : ClientFoldingRangeOptions | Nil = nil, folding_range_kind : ClientFoldingRangeKindOptions | Nil = nil, line_folding_only : Bool | Nil = nil, range_limit : UInt32 | Nil = nil) #

[View source]

Instance Method Detail

def dynamic_registration : Bool | Nil #

[View source]
def folding_range : ClientFoldingRangeOptions | Nil #

[View source]
def folding_range_kind : ClientFoldingRangeKindOptions | Nil #

[View source]
def line_folding_only : Bool | Nil #

[View source]
def range_limit : UInt32 | Nil #

[View source]