summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-29 13:29:56 -0400
committerpommicket <pommicket@gmail.com>2025-09-29 15:29:51 -0400
commit6c4baeebd88352399059a8df8d38ebe3511588ea (patch)
tree98db7bb4f36a47f8f9ac5a53dcb06e8cd19cf762 /command.h
parentec03a105ce7a6e396cfd287cbfe902d65bac1474 (diff)
Start code actions
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/command.h b/command.h
index 400dab1..2f60a7a 100644
--- a/command.h
+++ b/command.h
@@ -107,6 +107,8 @@ typedef enum {
CMD_AUTOCOMPLETE_BACK,
CMD_FIND_USAGES,
CMD_RENAME_SYMBOL,
+ CMD_CODE_ACTION,
+
/// "go to definition of..." menu
CMD_GOTO_DEFINITION,
CMD_GOTO_DEFINITION_AT_CURSOR,