GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
320 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

Closed karahatherly closed 3 months ago

karahatherly commented 4 months 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.

ivanporty commented 3 months ago

The new version (24.8.1) should not conflict with the full line completion, but it will take some time for Jetbrains to unmark the plugin as conflicting. We'll update you once it's done.

ivanporty commented 3 months ago

Duplicate of #3189