clang-tools 20.0.0git
|
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. | |
std::vector< CompletionItem > | items |
The completion items. | |
Represents a collection of completion items to be presented in the editor.
Definition at line 1363 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 1366 of file Protocol.h.
std::vector<CompletionItem> clang::clangd::CompletionList::items |
The completion items.
Definition at line 1369 of file Protocol.h.