LSProtocol::DocumentRangeFormattingClientCapabilities
Inherits JSON::Serializable / Reference / Object
Client capabilities of a DocumentRangeFormattingRequest.
Constructors
new(pull : JSON::PullParser)
Sourcenew(dynamic_registration : Bool | Nil = nil, ranges_support : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
ranges_support
Whether the client supports formatting multiple ranges at once.
@since 3.18.0 @proposed