GoogleCloudPlatform / cloud-code-intellij

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

installing the latest version of the cloud code plugin with Gemini code assist features disables intellij's own full line code completion #3215

Open karahatherly opened 4 days ago

karahatherly commented 4 days ago

Expected Behavior

Disabling the gemini feature in the cloud code plugin's settings should re-enable intellij's full line code completion.

Actual Behavior

Having the cloud code plugin installed disables intellij's full line code completion, regardless of the cloud code plugin's settings.

Additional Information

I don't want gemini running over my code and I don't want its suggestions, I just want to keep using the cloud code plugin the way I always have without it interfering with my usage of intellij and its own features. Disabling gemini should re-enable intellij's own code completion, and if that's a limitation of the intellij plugin framework then gemini code assist should be its own plugin, separate to cloud code.