LSProtocol::DocumentRangesFormattingParams
Inherits JSON::Serializable / Reference / Object
The parameters of a DocumentRangesFormattingRequest.
@since 3.18.0 @proposed
Constructors
new(options : FormattingOptions | Nil, ranges : Array(Range) | Nil, text_document : TextDocumentIdentifier | Nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source