(IntelliJ) Copilot Not Completing After Performing Certain Actions #157745
Replies: 8 comments
-
|
Hi @MikulDev, Thank you for reporting this issue with GitHub Copilot in IntelliJ. I understand how frustrating it can be when completions don't trigger consistently, especially after specific actions like deletions or IDE suggestions. Here are a few troubleshooting steps that might help:
If you continue experiencing this issue, it would be helpful if you could share your exact IntelliJ version and the precise version of the GitHub Copilot plugin you're using. This will help the GitHub team diagnose the problem more effectively. Thanks for your patience! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your help. The suggestions don't seem to improve the situation, but I do see this a lot in the logs: This error is in response to a request for inline completion, so this looks like the culprit.
|
Beta Was this translation helpful? Give feedback.
-
|
Same problem here, any update? |
Beta Was this translation helpful? Give feedback.
-
|
Nope, still does it. I tried using the built-in JetBrains AI from IDEA Ultimate but that was even less responsive. This is getting incredibly annoying, since Copilot has become a central part of my workflow by now. |
Beta Was this translation helpful? Give feedback.
-
|
I faced the same problem with the request id: 32, error code: -32800 in the agent mode |
Beta Was this translation helpful? Give feedback.
-
|
Seeing error code: -32800 almost non-stop for code suggestion/completion, using latest Intellij Ultimate and Copilot. It's next to useless. Instead of some (non-AI) code completion, now there's often none. Ridiculous that there isn't even a fallback, or an error notification everytime Copilot fails to do something. The quality is far too low for a paid product. |
Beta Was this translation helpful? Give feedback.
-
|
I ran into the same issue recently — Copilot only shows completions after typing or backspacing, but not when deleting characters, clearing selections, or accepting IDE completions. It seems to have started after a recent JetBrains update. What worked for me: Updated both the IDE and the Copilot plugin to the latest versions. In Settings → GitHub Copilot → General, I turned “Automatically show completions” off, applied, then turned it back on and restarted the IDE. If that didn’t help, deleting the Copilot config folder at ~/.config/github-copilot and re-signing in fixed it. If you’re still seeing the same behavior, try rolling back the plugin to an earlier version (I went back one version and completions started triggering again). Seems like a temporary regression in the latest build — hopefully fixed in the next update. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, but that clearing/resetting didn't help (I'm not going to revert as it's wasted enough time already): They seem to have a serious gap in their QA and engineering function, because I've literally found dozens of pain-in-the-ass bugs in my 3 days of using the plugin. Probably relying too much on AI-generated code, generated by non-broken versions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
JetBrains & Xcode
Body
For the last week or so, Copilot has only been offering completions when I type a character or backspace a character. It no longer offers in-line completion when I:
It used to trigger a completion in all of these instances, but now I have to either add/delete a character to "wake it up", or press the hotkey Alt+\ to manually trigger completions. It also stops working if the IDE suggests anything, even if I don't accept it.
"Automatically show completions" is enabled, and I tried turning on "Show IDE completions side-by-side" but the behavior did not change. Any help is appreciated, thanks.
Beta Was this translation helpful? Give feedback.
All reactions