|
hoshi-lang dev
Yet another programming language
|
#include <protocol.h>

Public Attributes | |
| TextDocumentSyncOptions | textDocumentSync |
| CompletionOptions | completionProvider |
| bool | hoverProvider = true |
| bool | definitionProvider = true |
| bool | referencesProvider = false |
| bool | documentSymbolProvider = true |
Definition at line 425 of file protocol.h.
| CompletionOptions completionProvider |
Definition at line 427 of file protocol.h.
Referenced by lsp::to_json().
| bool definitionProvider = true |
Definition at line 429 of file protocol.h.
Referenced by lsp::to_json().
| bool documentSymbolProvider = true |
Definition at line 431 of file protocol.h.
Referenced by lsp::to_json().
| bool hoverProvider = true |
Definition at line 428 of file protocol.h.
Referenced by lsp::to_json().
| bool referencesProvider = false |
Definition at line 430 of file protocol.h.
Referenced by lsp::to_json().
| TextDocumentSyncOptions textDocumentSync |
Definition at line 426 of file protocol.h.
Referenced by lsp::to_json().