CompleteRequest
A request from the client to the server to ask for completion options.
Constructors
Link copied to clipboard
constructor(argument: CompleteRequestParams.Argument, ref: Reference, context: CompleteRequestParams.Context? = null, meta: RequestMeta? = null)
Properties
Link copied to clipboard
The argument's information for which completion options are requested.
Link copied to clipboard
Additional, context for generating completions.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The request parameters containing the argument to complete and its context.