VS Code Plugin
The PanDev Metrics plugin for Visual Studio Code automatically collects data on developer working time and activity. It helps understand how time is distributed throughout the day, and which branches and files are being worked on.
Key Features
- Zero Click — developer does not need to turn tracking on/off manually
- Easy Installation — via VS Code Marketplace
- Flexible Exclusions — specific directories or file types can be excluded
- Security — no screen recording or source code capture
Installation
- Launch Visual Studio Code
- Open the Extensions tab (
Ctrl+Shift+X/Cmd+Shift+X) - Find PanDev Metrics and click Install
- Restart the editor
Configuration
Open Settings (Ctrl+, / Cmd+,), find the PanDev Metrics section, and fill in the connection parameters depending on the deployment type:
SaaS (Corporate Account)
For companies using the cloud version of PanDev Metrics.
| Parameter | Value |
|---|---|
| Server URL | https://metrics-cloud.pandev.io |
| Company Login | Your company identifier |
| Login | Employee login |
| Password | Employee password |
You can find the Company Identifier from your administrator or in the PanDev Metrics platform settings under Settings → Company.
SaaS (Personal Account)
For individual developers using a personal workspace.
| Parameter | Value |
|---|---|
| Server URL | https://metrics-cloud.pandev.io |
| Company Login | leave empty |
| Login | Your email |
| Password | Your password |
When the Company Login field is empty, data is sent to your personal workspace, accessible only to you.
On-Premise (Private Infrastructure)
For companies with their own PanDev Metrics server.
| Parameter | Value |
|---|---|
| Server URL | Your server URL (e.g., https://pandev.company.local) |
| Company Login | leave empty (not used for On-Premise) |
| Login | Employee login |
| Password | Employee password |
Your system administrator provides the server URL and credentials.
Usage
The plugin works in the background:
- Tracks open files and editing time
- Records activity in Git branches
- Automatically sends data to the PanDev Metrics server
- Metrics appear on the dashboard within a few minutes
FAQ
Does the plugin collect web pages? No, the plugin only counts activity inside VS Code. There is a separate extension for the browser.
Can it be used simultaneously with other plugins? Yes, data from all plugins (VS Code, JetBrains, Visual Studio) is aggregated on the PanDev Metrics server.