๐ฏ Never miss a keybinding action again! Get instant visual feedback for multi-key combinations and command executions in VS Code.
Get instant notifications for:
Control the extension with VS Code commands:
# Quick install via VS Code CLI
code --install-extension VijayGangatharan.keypress-notifications
Ctrl+Shift+X
)๐ฏ No setup needed! Just start using your keybindings and see notifications instantly.
{
"keypress-notifications.enabled": true,
"keypress-notifications.logLevel": "info",
"keypress-notifications.minimumKeys": 2,
"keypress-notifications.showCommandName": true,
"keypress-notifications.excludedCommands": [
"editor.action.triggerSuggest",
"workbench.action.quickOpenNavigateNext"
]
}
Setting | Description |
---|---|
enabled |
๐ Enable/disable notifications |
logLevel |
๐ Logging level (error/warn/info/debug) |
minimumKeys |
๐ข Minimum keys required for notifications |
showCommandName |
๐ Show command name in notifications |
excludedCommands |
๐ซ Commands to exclude from notifications |
Tested and supported on:
# Clone and setup
git clone https://github.com/Vijay431/vscode-keypress_snackbar_notification-extension.git
cd vscode-keypress_snackbar_notification-extension
pnpm install
pnpm test:dev # Ready to code! ๐