class LSP::FoldingRangeRequest

Overview

The folding range request is sent from the client to the server to resolve the foldable regions of a document.

Included Modules

Defined in:

requests/language_features/folding_range.cr

Constructors

Instance Method Summary

Instance methods inherited from class LSP::RequestMessage(Array(LSP::FoldingRange)?)

id : RequestId id, id=(id : RequestId) id=, method : String method, method=(method : String) method=, on_response(raw : JSON::Any | Nil, e : ResponseError | Nil)
on_response(&block : Proc(Result(LSP::FoldingRange)? | Nil, ResponseError | Nil, Nil))
on_response
, on_response? : Proc(Result(LSP::FoldingRange)? | Nil, ResponseError | Nil, Nil) | Nil on_response?

Constructor methods inherited from class LSP::RequestMessage(Array(LSP::FoldingRange)?)

new(pull : JSON::PullParser)
new(**args)
new

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

The folding range request is sent from the client to the server to resolve the foldable regions of a document.


def self.new(**args) #

Instance Method Detail

def params : FoldingRangeParams #

def params=(params : FoldingRangeParams) #