|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
#include <lsp.h>
Public Attributes | |
| const char * | label |
| LSPCompletionItemKind | kind |
| const char * | insert_text |
| LSPInsertTextFormat | format |
| const char * | detail |
| const char * | documentation |
| const char * | sort_text |
| const char * | filter_text |
| const char* LSPCompletionItem::detail |
| const char* LSPCompletionItem::documentation |
| const char* LSPCompletionItem::filter_text |
| LSPInsertTextFormat LSPCompletionItem::format |
| const char* LSPCompletionItem::insert_text |
| LSPCompletionItemKind LSPCompletionItem::kind |
| const char* LSPCompletionItem::label |
| const char* LSPCompletionItem::sort_text |