clang-tools
7.0.0
|
#include <Protocol.h>
Public Attributes | |
bool | dynamicRegistration = false |
Whether completion supports dynamic registration. More... | |
CompletionItemClientCapabilities | completionItem |
The client supports the following CompletionItem specific capabilities. More... | |
bool | contextSupport = false |
The client supports to send additional context information for a textDocument/completion request. More... | |
Definition at line 232 of file Protocol.h.
CompletionItemClientCapabilities clang::clangd::CompletionClientCapabilities::completionItem |
The client supports the following CompletionItem
specific capabilities.
Definition at line 236 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
bool clang::clangd::CompletionClientCapabilities::contextSupport = false |
The client supports to send additional context information for a textDocument/completion
request.
Definition at line 242 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
bool clang::clangd::CompletionClientCapabilities::dynamicRegistration = false |
Whether completion supports dynamic registration.
Definition at line 234 of file Protocol.h.
Referenced by clang::clangd::fromJSON().