class LSP::DocumentHighlightRequest

Overview

The document highlight request is sent from the client to the server to resolve the occurrences of the symbol at a position.

Included Modules

Defined in:

requests/language_features/document_highlight.cr

Constructors

Instance Method Summary

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

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::DocumentHighlight)? | Nil, ResponseError | Nil, Nil))
on_response
, on_response? : Proc(Result(LSP::DocumentHighlight)? | Nil, ResponseError | Nil, Nil) | Nil on_response?

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

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 document highlight request is sent from the client to the server to resolve the occurrences of the symbol at a position.


def self.new(**args) #

Instance Method Detail

def params : DocumentHighlightParams #

def params=(params : DocumentHighlightParams) #