struct LSP::DocumentFormattingParams
- LSP::DocumentFormattingParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/document_formatting_params.crConstructors
- .new(text_document : LSP::TextDocumentIdentifier, options : LSP::FormattingOptions)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#options : FormattingOptions
The format options.
-
#options=(options : FormattingOptions)
The format options.
-
#text_document : TextDocumentIdentifier
The document to format.
-
#text_document=(text_document : TextDocumentIdentifier)
The document to format.