clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
CompletionTriggerKind | triggerKind = CompletionTriggerKind::Invoked |
How the completion was triggered. | |
std::string | triggerCharacter |
The trigger character (a single character) that has trigger code complete. | |
Definition at line 1225 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 1230 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
CompletionTriggerKind clang::clangd::CompletionContext::triggerKind = CompletionTriggerKind::Invoked |
How the completion was triggered.
Definition at line 1227 of file Protocol.h.
Referenced by clang::clangd::fromJSON().