Plugin for AI Editors
Windsurf, Cursor AI, and Google Antigravity are modern AI-powered IDEs built as forks of VS Code. The PanDev Metrics plugin for these editors is installed in the same way as for VS Code.
Key Features
- Zero Click — no manual tracking start/stop required
- Full Compatibility — works as a native VS Code extension
- Activity Tracking — records time spent on files and projects
- Security — source code is not captured
Supported Editors
- Windsurf — AI editor by Codeium
- Cursor AI — AI-first code editor
- Google Antigravity — agent-first IDE by Google
Installation
- Open the Extensions tab (
Ctrl+Shift+X/Cmd+Shift+X) - Type PanDev Metrics in the search bar
- Click Install
Since Windsurf, Cursor AI, and Antigravity are forks of VS Code, the plugin works natively without any limitations.
Configuration
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P), type PanDev: Configure, and fill in the connection parameters:
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.
Verification
After configuration, you will see an Online status in the status bar (bottom right corner of the editor).
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