|
LLVM 22.0.0git
|
#include "llvm/Support/LSP/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 955 of file Protocol.h.
| std::string llvm::lsp::CompletionContext::triggerCharacter |
The trigger character (a single character) that has trigger code complete.
Is undefined if triggerKind !== CompletionTriggerKind.TriggerCharacter
Definition at line 961 of file Protocol.h.
| CompletionTriggerKind llvm::lsp::CompletionContext::triggerKind = CompletionTriggerKind::Invoked |
How the completion was triggered.
Definition at line 957 of file Protocol.h.