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
744 stars 213 forks source link

SQL not supported by CodeWhisperer #3617

Closed thehesiod closed 1 year ago

thehesiod commented 1 year ago

Describe the bug Per the documentation of CodeWhisperer: https://aws.amazon.com/about-aws/whats-new/2023/04/amazon-codewhisperer-generally-available/ SQL is supported, however if I try to ask for suggestions for SQL I get a pop-up that states "SQL is currently not supported by CodeWhisperer"

To reproduce

  1. Open SQL file
  2. Ask for CodeWhisperer to give suggestions

Expected behavior A suggestion

Screenshots

Screenshot 2023-04-21 at 12 24 52 PM

Your Environment

andrewyuq commented 1 year ago

Hi @thehesiod, we started to support sql on Toolkit version 1.65, could you upgrade your plugin to the latest version? Thanks.

thehesiod commented 1 year ago

great works thanks! I'll close. It's unfortunate that codewhisper only gives you one line at a time suggestion instead of a larger snippet, any roadmap for that type of enhancement?