clang-tools 22.0.0git
clang::clangd::CompletionList Struct Reference

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< CompletionItemitems
 The completion items.

Detailed Description

Represents a collection of completion items to be presented in the editor.

Definition at line 1377 of file Protocol.h.

Member Data Documentation

◆ isIncomplete

bool clang::clangd::CompletionList::isIncomplete = false

The list is not complete.

Further typing should result in recomputing the list.

Definition at line 1380 of file Protocol.h.

Referenced by clang::clangd::toJSON().

◆ items

std::vector<CompletionItem> clang::clangd::CompletionList::items

The completion items.

Definition at line 1383 of file Protocol.h.

Referenced by clang::clangd::toJSON().


The documentation for this struct was generated from the following file: