Run vscode(VS Code) commands by its command id.
This extension help you explore vscode's commands quickly.
You can run command by its command id:
Or configure a keybinding for a command:
Or copy the command id to clipboard:
Why need this when there is ctrl+shift+p
(cmd+shift+p
) ?
There are some commands registered but not declared in contributes.commands
(for example cline.accountLoginClicked
). In this case, you can't execute them in command palette. However, This extension can help you execute them.