class

LSProtocol::DocumentRangeFormattingClientCapabilities

Inherits JSON::Serializable / Reference / Object

Client capabilities of a DocumentRangeFormattingRequest.

Constructors

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

Instance methods

dynamic_registration

Whether range formatting supports dynamic registration.

Source
ranges_support

Whether the client supports formatting multiple ranges at once.

@since 3.18.0 @proposed

Source