struct CompletionItem
Defined at line 478 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
`CompletionItems` are the suggestions returned from the `completions`
request.
Public Members
optional detail
basic_string label
optional length
optional selectionLength
optional selectionStart
optional sortText
optional start
optional text
optional type