GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
319 stars 59 forks source link

[Question ] Gemini Code Assist support for Dockerfile #3224

Open tarrade opened 3 weeks ago

tarrade commented 3 weeks ago

(Please ensure you are running the latest version of Cloud Cloud IntelliJ with Help > Check for Updates.)

(screenshots are often helpful)

Expected Behavior

When using Gemini Code Assist inside Pycharm I can create Dockerfile from the chat: image

Looks good. If I tried to open a Dockerfile I see the following: image

which indicate that Dockerfile is not supported

Looking at the documentation, Docker is not in the list of supported languages.

Looking at terraform, I can create .tf file in the chat and auto-complation is active for .tf but Terraform is not in the list of supported coding languages.

Actual Behavior

I fully understand that Gemini Code Assist only list supported coding programming languages when the quality or training set is good enough. I guess during training it see so many other coding programming languages that he can make prediction for most of them (with public examples).

Not sure I fully understand when I see "file type not supporter" for Dockerfile but not for .tf. Or maybe Terraform is now part of the supported programming languages ?

Additional Information

Feel free to deviate from this template as needed, especially if you are submitting a feature request.

ivanporty commented 3 weeks ago

Thanks for the report @tarrade, we'll look into Dockerfile support and let you know.