|
hoshi-lang dev
Yet another programming language
|
#include <protocol.h>
Public Attributes | |
| bool | isIncomplete = false |
| std::vector< CompletionItem > | items |
Definition at line 214 of file protocol.h.
| bool isIncomplete = false |
Definition at line 215 of file protocol.h.
Referenced by CompletionProvider::provide(), and lsp::to_json().
| std::vector<CompletionItem> items |
Definition at line 216 of file protocol.h.
Referenced by CompletionProvider::provide(), and lsp::to_json().