LSP::TextDocumentClientCapabilities::FoldingRangeClientCapabilities
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
Instance methods
Whether implementation supports dynamic registration for folding range providers. If this is set to true
the client supports the new FoldingRangeRegistrationOptions return value for the corresponding server
capability as well.
Whether implementation supports dynamic registration for folding range providers. If this is set to true
the client supports the new FoldingRangeRegistrationOptions return value for the corresponding server
capability as well.
If set, the client signals that it only supports folding complete lines. If set, client will
ignore specified startCharacter and endCharacter properties in a FoldingRange.
If set, the client signals that it only supports folding complete lines. If set, client will
ignore specified startCharacter and endCharacter properties in a FoldingRange.
The maximum number of folding ranges that the client prefers to receive per document. The value serves as a hint, servers are free to follow the limit.
The maximum number of folding ranges that the client prefers to receive per document. The value serves as a hint, servers are free to follow the limit.