From f7993d24a0dfd4762f84378722bd39b07c0fe405 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 12:41:46 -0400 Subject: Use a cursor for code actions --- command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'command.h') diff --git a/command.h b/command.h index 2f60a7a..7a141a7 100644 --- a/command.h +++ b/command.h @@ -108,6 +108,7 @@ typedef enum { CMD_FIND_USAGES, CMD_RENAME_SYMBOL, CMD_CODE_ACTION, + CMD_CODE_ACTION_PREV, /// "go to definition of..." menu CMD_GOTO_DEFINITION, -- cgit v1.2.3