class LSProtocol::InlineCompletionRequest
- LSProtocol::InlineCompletionRequest
- Reference
- Object
Overview
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
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#id : Int32 | String
The request id.
- #jsonrpc : String
-
#method : String
The method to be invoked.
- #params : InlineCompletionParams