hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
CompletionList Struct Reference

#include <protocol.h>

Public Attributes

bool isIncomplete = false
 
std::vector< CompletionItemitems
 

Detailed Description

Definition at line 214 of file protocol.h.

Member Data Documentation

◆ isIncomplete

bool isIncomplete = false

Definition at line 215 of file protocol.h.

Referenced by CompletionProvider::provide(), and lsp::to_json().

◆ items

std::vector<CompletionItem> items

Definition at line 216 of file protocol.h.

Referenced by CompletionProvider::provide(), and lsp::to_json().


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