struct
LSP::DocumentRangeFormattingParams
- LSP::DocumentRangeFormattingParams
- Struct
- Value
- Object
Included Modules
Defined in:
requests/language_features/range_formatting.crConstructors
Instance Method Summary
-
#options : FormattingOptions
The format options.
-
#options=(options : FormattingOptions)
The format options.
-
#range : Range
The range to format.
-
#range=(range : Range)
The range to format.
-
#text_document : TextDocumentIdentifier
The document to format.
-
#text_document=(text_document : TextDocumentIdentifier)
The document to format.