Skip to main content
Version: v2 (current)

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

  1. Launch Visual Studio Code
  2. Open the Extensions tab (Ctrl+Shift+X / Cmd+Shift+X)
  3. Find PanDev Metrics and click Install
  4. 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.

ParameterValue
Server URLhttps://metrics-cloud.pandev.io
Company LoginYour company identifier
LoginEmployee login
PasswordEmployee password
Where to find Company Login?

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.

ParameterValue
Server URLhttps://metrics-cloud.pandev.io
Company Loginleave empty
LoginYour email
PasswordYour password
Personal Workspace

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.

ParameterValue
Server URLYour server URL (e.g., https://pandev.company.local)
Company Loginleave empty (not used for On-Premise)
LoginEmployee login
PasswordEmployee password
note

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.