nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::CompletionList Struct Reference

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

#include <Protocol.h>

Public Attributes

bool isIncomplete = false
 
std::vector< CompletionItemitems
 The completion items.
 

Detailed Description

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

Definition at line 1305 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ isIncomplete

bool lspserver::CompletionList::isIncomplete = false

The list is not complete. Further typing should result in recomputing the list.

Definition at line 1308 of file lspserver/include/lspserver/Protocol.h.

◆ items

std::vector<CompletionItem> lspserver::CompletionList::items

The completion items.

Definition at line 1311 of file lspserver/include/lspserver/Protocol.h.


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