Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Custom Metrics Tracker for GitHub CopilotNew to Visual Studio Code? Get it now.
Custom Metrics Tracker for GitHub Copilot

Custom Metrics Tracker for GitHub Copilot

anandp

|
5 installs
| (0) | Free
Track your custom usage metrics for GitHub Copilot
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

How to Use This Extension Save both files (package.json and extension.js) in a new folder. Install dependencies: npm install Package the extension: vsce package Install the .vsix file in VS Code. Key Features Tracking Metrics:

Total suggestions Accepted suggestions (when inline suggestions are triggered) Rejected suggestions (detected by typing after a suggestion) Time spent with Copilot Language breakdown Configuration:

API endpoint set in VS Code settings Developer info (username, email) Automatic sending interval Output:

Shows metrics in an output channel No webview interface (as requested) Limitations Since GitHub Copilot doesn't provide direct extension APIs, this implementation approximates tracking by:

Listening for inline suggestion commands Detecting typing activity after suggestions Measuring time between suggestion and acceptance The extension will automatically send data to your configured endpoint at regular intervals. Remember to update the default endpoint URL in the settings after installation.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft