struct CompletionsRequest

Defined at line 529 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h

Returns a list of possible completions for a given caret position and text.

Clients should only call this request if the corresponding capability

`supportsCompletionsRequest` is true.

Public Members

integer column
optional frameId
optional line
basic_string text