diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ typedef enum { CMD_AUTOCOMPLETE_BACK, CMD_FIND_USAGES, CMD_RENAME_SYMBOL, + CMD_CODE_ACTION, + CMD_CODE_ACTION_PREV, + /// "go to definition of..." menu CMD_GOTO_DEFINITION, CMD_GOTO_DEFINITION_AT_CURSOR, |