LSProtocol::InlineCompletionRequest
Inherits JSON::Serializable / Reference / Object
A request to provide inline completions in a document. The request's parameter is of
type InlineCompletionParams, the response is of type
Array(InlineCompletion) or a Thenable that resolves to such.
@since 3.18.0 @proposed
Constructors
new(id : Int32 | String, params : InlineCompletionParams)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
jsonrpc
Sourceparams
Source