class LSP::FoldingRangeParams
- LSP::FoldingRangeParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/folding_range_params.crConstructors
Instance Method Summary
-
#text_document : TextDocumentIdentifier
The document in which the command was invoked.
-
#text_document=(text_document : TextDocumentIdentifier)
The document in which the command was invoked.
Constructor Detail
Instance Method Detail
def text_document=(text_document : TextDocumentIdentifier)
#
The document in which the command was invoked.