GitHub Copilot incorrectly counts usage during manual symbol renaming, even with suggestions disabled #173401
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.
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub Copilot incorrectly counts usage during manual symbol renaming, even with suggestions disabled
I've encountered a recurring issue with GitHub Copilot in Visual Studio:
Whenever I use the Rename Symbol feature — even when I manually type a new name and have disabled AI suggestions — Copilot still counts it as usage toward my monthly limit.
🔍 What I discovered
After testing, I found that the issue is related to the "Enable Rename Suggestions" setting.
When this option is enabled, Copilot appears to trigger background completions during renaming, even if no suggestions are accepted.
Once I disabled this setting, the issue resolved: I could manually rename symbols without any usage being counted.
Additionally, I noticed that even when clicking the toggle to disable AI suggestions in the Rename window, Copilot continued to count usage during manual renaming.
The issue only resolved after completely disabling the "Enable Rename Suggestions" option in Visual Studio settings.
This means that the toggle alone isn't enough to prevent passive usage tracking.
Even more unnerving, I noticed that just clicking “Cancel” in the Rename Symbol dialog still triggered a usage count.
This means that Copilot scales usage simply by opening the rename interface, regardless of whether the user accepts, modifies, or even rejects the suggestion.
Such behavior is technically flawed and ethically unacceptable — users should not be penalized for exploring or aborting an action.
✅ Request
Please revise how usage is counted during rename operations and UI interactions.
There should be a clear distinction between accepted suggestions and passive background invocations.
Manual renaming or simple UI clicks should not trigger usage deductions unless the user explicitly accepts an AI-generated suggestion.
Thank you for considering this issue — I believe it affects many developers who rely on Copilot responsibly.
Beta Was this translation helpful? Give feedback.
All reactions