Replies: 4 comments 1 reply
-
There is no built-in function in GitHub Copilot that directly tracks the number of prompts you asked. You can create a custom plugin for VS Code that monitors and logs the prompts. (Here's an idea for a new portfolio project that we can work on together if you'd like :) ) Alternatively, you can manually keep track of them. |
Beta Was this translation helpful? Give feedback.
-
Ok. BTW ChatGPT suggested the same :D However building a plugin is not an option ATM, I don't have enough time. |
Beta Was this translation helpful? Give feedback.
-
In principle, just having the number of prompts would be ok as a rough estimate of how one is relying on such a tool.
Of course deeper analysis can be done by looking into the length of the prompts or by doing some keyword analysis... But that's much more complex.
…________________________________
From: Ventsislav Zahariev ***@***.***>
Sent: Wednesday, December 18, 2024 12:20 PM
To: community/community ***@***.***>
Cc: LEONARDO GABRIELLI ***@***.***>; Author ***@***.***>
Subject: Re: [community/community] Is it possible to track the number of copilot prompts I asked? (Discussion #147381)
I haven't searched yet, but I can look into it on Google. What's your idea with these statistics? Do you mean which are the best prompts?
—
Reply to this email directly, view it on GitHub<#147381 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEZSDKFXSNH5RMX7VYJ42DD2GFK6VAVCNFSM6AAAAABT2GXZF2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRQGQZTMOI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Is it possible to track the number of copilot prompts I asked?
It can either be a cumulative sum or just the number I asked inside my IDE (e.g. VS Code).
This would be useful for tracking one's own usage of copilot for any research work that involves comparing the performance of developers who use copilot and those who do not.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions