class LSProtocol::DocumentRangeFormattingOptions
- LSProtocol::DocumentRangeFormattingOptions
- Reference
- Object
Overview
Provider options for a DocumentRangeFormattingRequest
.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(ranges_support : Bool | Nil = nil, work_done_progress : Bool | Nil = nil)
Instance Method Summary
-
#ranges_support : Bool | Nil
Whether the server supports formatting multiple ranges at once.
- #work_done_progress : Bool | Nil
Constructor Detail
Instance Method Detail
def ranges_support : Bool | Nil
#
Whether the server supports formatting multiple ranges at once.
@since 3.18.0 @proposed