How to find command by pressing keybinding in VSCode
问题 I'm looking for a way for vscode to tell me the command name for a keybinding. For example, cmd+a maps to editor.action.selectAll , so ideally I'd press a keyboard shortcut, then cmd+a , then VSCode could tell me editor.action.selectAll . As a partial solution, I can open my keybindings.json and search for cmd+a , but this doesn't work for extensions - my particular use case is figuring out what the vim o command is called so I can remap it. In the Emacs world, this functionality is available