donebd / vscode-keypromoter

Vscode keypromoter plugin
https://marketplace.visualstudio.com/items?itemName=donebd.vscode-keypromoter
MIT License
23 stars 2 forks source link
shortcuts vscode-extension

Key Promoter

Extension that helps you to learn shortcuts while you are working.

Features

example

Extension Settings

Name Description Default
Key Promoter.loyaltyLevel Number of command executions using mouse before notification 5
Key Promoter.ignoredCommands List of commands that will not be processed by the extension []
Key Promoter.suggestKeybindingCreation Specifies whether to suggest creation of keybindings for commands without them true
Key Promoter.logger.loggingLevel Control logging level "Info"

Limitations

Manual installation

  1. Clone repo:
    git clone git@github.com:donebd/vscode-keypromoter.git
  2. Write in terminal:
    npm run build
  3. Install builded .vsix file

Manual .vsix installation

Troubleshooting

Use Key Promoter output panel to see logs. You can change log level in settings.

Troubleshooting