View source
class FoldingRangeRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.FoldingRange
A request to provide folding ranges in a document. The request's parameter is of type FoldingRangeParams, the response is of type FoldingRangeList or a Thenable that resolves to such.