OptionaldynamicOptionalfoldingSpecific options for the folding range.
OptionalfoldingSpecific options for the folding range kind.
OptionallineIf set, the client signals that it only supports folding complete lines.
If set, client will ignore specified startCharacter and endCharacter
properties in a FoldingRange.
OptionalrangeThe 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.
Whether implementation supports dynamic registration for folding range providers. If this is set to
truethe client supports the newFoldingRangeRegistrationOptionsreturn value for the corresponding server capability as well.