LLVM: llvm::lsp::CompletionList Struct Reference (original) (raw)
Represents a collection of completion items to be presented in the editor. More...
#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"
| 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 926 of file Protocol.h.
◆ isIncomplete
bool llvm::lsp::CompletionList::isIncomplete = false
The list is not complete.
Further typing should result in recomputing the list.
Definition at line 929 of file Protocol.h.
◆ items
The documentation for this struct was generated from the following file:
- include/llvm/Support/LSP/Protocol.h