clang-tools
11.0.0
|
#include <Protocol.h>
Public Attributes | |
CompletionTriggerKind | triggerKind = CompletionTriggerKind::Invoked |
How the completion was triggered. More... | |
std::string | triggerCharacter |
The trigger character (a single character) that has trigger code complete. More... | |
Definition at line 1050 of file Protocol.h.
std::string clang::clangd::CompletionContext::triggerCharacter |
The trigger character (a single character) that has trigger code complete.
Is undefined if triggerKind !== CompletionTriggerKind.TriggerCharacter
Definition at line 1055 of file Protocol.h.
CompletionTriggerKind clang::clangd::CompletionContext::triggerKind = CompletionTriggerKind::Invoked |
How the completion was triggered.
Definition at line 1052 of file Protocol.h.