-
Select Topic AreaQuestion BodyCurrently I'm using free plan. Copilot is great but there doesn’t seem to be a way to check how many uses I’ve had so far—like a dashboard or tracker. I'm wondering if triggering a suggestion is considered a completion, or if generating an actual suggestion (regardless of whether it's accepted or not) is what counts. Additionally, does it differentiate between completing a large code block versus a small code snippet? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Hi @z1645444 , Currently, there is no usage tracker available for the Copilot Free plan users. A "completion" is counted when Copilot generates a suggestion in response to your code context or input (e.g., typing code, comments, or invoking it explicitly). It logs completions based on suggestions generated, not what you do with them. Regarding the size of completion, each suggestion generated by Copilot counts as one completion, regardless of size. More details about Copilot Free Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Pretty lame indeed. It should be selected suggestions, as code that's useless or wrong or just happens before you finished typing is useless for the user and shouldn't get conunted towards the quota |
Beta Was this translation helpful? Give feedback.
-
Yeah, this kind of quota system is effectively useless as I'd blow through 2k "suggestions" in an afternoon easily. Uninstalled the extension entirely (since there seems to be no way to just turn it off). It'd be different if I could ask for a completion suggestion. I was setting up a new NextJS project and every time I created a new page it would suggest the basically empty boilerplate, which is nice enough, but I can achieve better results with snippets and I didn't see any way to prevent wasting my credits on useless code generation. All of which make me entirely dubious of ever actually paying for the service, especially when those plans also include paying for uncontrollable and unwanted suggestions. |
Beta Was this translation helpful? Give feedback.
-
As far as the free plan goes, it isn't really optimal but I think the pro plan is more than reasonable if you're writing code daily. |
Beta Was this translation helpful? Give feedback.
Hi @z1645444 ,
Currently, there is no usage tracker available for the Copilot Free plan users. A "completion" is counted when Copilot generates a suggestion in response to your code context or input (e.g., typing code, comments, or invoking it explicitly). It logs completions based on suggestions generated, not what you do with them. Regarding the size of completion, each suggestion generated by Copilot counts as one completion, regardless of size.
More details about Copilot Free
Hope that helps.