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

[DuetAI] Conflict with Jetbrain's inline code completion #3189

Open cedriclevarlet opened 3 months ago

cedriclevarlet commented 3 months ago

After installing Google Cloud Code, the DuetAI feature seems to conflict with Jetbrain's own Built-in local inline code completion. Since the GCC plugin includes features unrelated to DuetAI, it does not make sense for the plugin to affect core features of the Jetbrain's IDEs.

Screenshot 2024-03-11 at 11 35 07

Expected Behavior

DuetAI should only disable the built-in code completion features of Jetbrains once it is enabled and not upon installing the cloud code plugin.

If it is not possible to support this behavior, the duetai functionality should be split into a new plugin.

Actual Behavior

As soon as the cloud code plugin is installed, the built-in inline code compleition is disabled.

Additional Information

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

ivanporty commented 3 months ago

Thank you @cedriclevarlet. This is Jetbrains decision to move the plugin into "unsupported" list for full inline completions, there is no actual conflict we see, we will communicate with them more, and use better approach here soon.

To clarify, what setting is causing this (Full Line Completions) - where is it in the IDE settings?

prograwertyk commented 1 month ago

I've added a ticket to JetBrains' YouTrack: [PY-72947] Full Line Code Completion conflict with Gemini Code Assist/Cloud Code plugin