LLVM 22.0.0git
llvm::lsp::CompletionList Struct Reference

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

#include "llvm/Support/LSP/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 907 of file Protocol.h.

Member Data Documentation

◆ isIncomplete

bool llvm::lsp::CompletionList::isIncomplete = false

The list is not complete.

Further typing should result in recomputing the list.

Definition at line 910 of file Protocol.h.

◆ items

std::vector<CompletionItem> llvm::lsp::CompletionList::items

The completion items.

Definition at line 913 of file Protocol.h.


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