LSProtocol::MonikerRequest
Inherits JSON::Serializable / Reference / Object
A request to get the moniker of a symbol at a given text document position.
The request parameter is of type TextDocumentPositionParams.
The response is of type Array(Moniker) or null.
Constructors
new(id : Int32 | String, params : MonikerParams)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
jsonrpc
Sourceparams
Source