-
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: 1 comment 3 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.
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.