carlrobertoh / CodeGPT

JetBrains extension providing access to state-of-the-art LLMs, such as GPT-4, Claude 3, Code Llama, and others, all for free
https://codegpt.ee
Apache License 2.0
912 stars 186 forks source link

feat: add keyboard shortcuts for Editor actions #542

Closed PhilKes closed 2 months ago

PhilKes commented 2 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 2 months ago

thank you very much for your hard work @PhilKes