enum CompletionAction::ActionKind

Declared at: llvm/include/llvm/LineEditor/LineEditor.h:49

Enumerators

NameValueComment
AK_Insert0Insert Text at the cursor position.
AK_ShowCompletions1Show Completions, or beep if the list is empty.