clang-tools
7.0.0
|
#include <Protocol.h>
Public Attributes | |
bool | snippetSupport = false |
Client supports snippets as insert text. More... | |
bool | commitCharacterSupport = false |
Client supports commit characters on a completion item. More... | |
Definition at line 220 of file Protocol.h.
bool clang::clangd::CompletionItemClientCapabilities::commitCharacterSupport = false |
Client supports commit characters on a completion item.
Definition at line 224 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
bool clang::clangd::CompletionItemClientCapabilities::snippetSupport = false |
Client supports snippets as insert text.
Definition at line 222 of file Protocol.h.
Referenced by clang::clangd::fromJSON().