LSProtocol::DocumentRangeFormattingOptions
Inherits JSON::Serializable / Reference / Object
Provider options for a DocumentRangeFormattingRequest.
Constructors
new(pull : JSON::PullParser)
Sourcenew(ranges_support : Bool | Nil = nil, work_done_progress : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
ranges_support
Whether the server supports formatting multiple ranges at once.
@since 3.18.0 @proposed
work_done_progress
Source