clang-tools
9.0.0
|
Represents a collection of completion items to be presented in the editor. More...
#include <Protocol.h>
Public Attributes | |
bool | isIncomplete = false |
The list is not complete. More... | |
std::vector< CompletionItem > | items |
The completion items. More... | |
Represents a collection of completion items to be presented in the editor.
Definition at line 999 of file Protocol.h.
bool clang::clangd::CompletionList::isIncomplete = false |
The list is not complete.
Further typing should result in recomputing the list.
Definition at line 1002 of file Protocol.h.
std::vector<CompletionItem> clang::clangd::CompletionList::items |
The completion items.
Definition at line 1005 of file Protocol.h.