aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
745 stars 214 forks source link

Request for Shortcut Toggle to Enable Codewhisperer #3795

Closed yafeng520 closed 1 year ago

yafeng520 commented 1 year ago

Is your feature request related to a problem? Please describe. Codewhisperer always provides code insertion suggestions when I don't need them. PS:I use Codewhisperer as a plugin in JetBrain's IDE

Describe the solution you'd like Could we add a shortcut toggle so that I can press the shortcut when I need it, and then it provides code insertion suggestions?

Describe alternatives you've considered

Additional context

rli commented 1 year ago

This is currently bound to Alt + C (Windows/Linux) or Option + C (macOS) https://docs.aws.amazon.com/codewhisperer/latest/userguide/actions-and-shortcuts.html

yafeng520 commented 1 year ago

got it. thank you!