LSProtocol::FoldingRangeRequest
Inherits JSON::Serializable / Reference / Object
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.
Constructors
new(id : Int32 | String, params : FoldingRangeParams)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
jsonrpc
Sourceparams
Source