carlrobertoh / CodeGPT

The leading open-source AI copilot for JetBrains. Connect to any model in any environment, and customize your coding experience in any way you like.
https://codegpt.ee
Apache License 2.0
1.07k stars 223 forks source link

feat: add keyboard shortcuts for Editor actions #542

Closed PhilKes closed 5 months ago

PhilKes commented 5 months ago

This PR closes #314

Adds Action to show CodeGPT Actions popup with keyboard shortcut: popup-shortcuts

All Actions are assigned an alpha-numeric letter for seamless keyboard controls.

I didn't really know how to define the best default shortcut, so I sticked with the CTRL+SHIFT+ALT combo plus "M" (maybe "M" for "Menu"?), that doesn't seem to be used by anything too important: image

lyrl commented 5 months ago

thank you very much for your hard work @PhilKes