Copilot plugin for Android Studio: "Keep All" / "Undo All" popup pinned to wrong window. #188703
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Copilot Feature Area
Copilot Coding Agent
Body
There is those popup in IDEA IDE that shows number of changes:

However, as I use Github Copilot Chat in another window, I often switch to it and to main IDE.
Those popup is automatically created when code changes occur, and is there until all changes are accepted or rejected.
Here is the problem: this popup gets pinned to actual focused window, and if it is the Chat currently focused, popup is anchored to the Chat; clicking on main IDE hides the popup since the chat goes to background. Then the popup is missing in main IDE, and I can't find changes in a longer sources.
Example: popup pinned to emulator window (leftmost):

When I hide the emulator or switch to main IDE, the popup is gone:

Proposed fix: always attach this popup to main IDE window.
Beta Was this translation helpful? Give feedback.
All reactions