View source
typedef CompletionsRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Completions request; value of command field is 'completions'. Returns a list of possible completions for a given caret position and text. Clients should only call this request if the capability 'supportsCompletionsRequest' is true.