class

LSProtocol::DocumentRangeFormattingOptions

Inherits JSON::Serializable / Reference / Object

Provider options for a DocumentRangeFormattingRequest.

Constructors

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

Instance methods

ranges_support

Whether the server supports formatting multiple ranges at once.

@since 3.18.0 @proposed

Source
work_done_progress
Source