Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 27 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,45 @@ Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Stud

## Pick your tool

### 🖥️ VS Code Extension
### 🖥️ VS Code Extension (Chromium)

Real-time token usage in the status bar, fluency score dashboard, usage analysis, cloud sync, and more.
Real-time token usage in the status bar, fluency score dashboard, usage analysis, cloud sync, and more. Works with all Chromium-based VS Code forks — VS Code, Windsurf, Cursor, VSCodium, Trae, Kiro, Void, and more.

[![VS Code installs](https://vsmarketplacebadges.dev/installs-short/RobBos.copilot-token-tracker.svg?label=VS%20Code%20installs)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)

[![Open VSX installs](https://img.shields.io/open-vsx/dt/RobBos/copilot-token-tracker?label=Open%20VSX%20installs)](https://open-vsx.org/extension/RobBos/copilot-token-tracker)
[![Install - VS Code](https://img.shields.io/badge/Install-VS%20Code-007ACC?logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker) [![VS Code installs](https://vsmarketplacebadges.dev/installs-short/RobBos.copilot-token-tracker.svg?label=VS%20Code%20installs)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker) [![Install - Windsurf (Open VSX)](https://img.shields.io/badge/Install-Windsurf-00B4D8?logo=open-vsx)](https://open-vsx.org/extension/RobBos/copilot-token-tracker) [![Open VSX installs](https://img.shields.io/open-vsx/dt/RobBos/copilot-token-tracker?label=Open%20VSX%20installs)](https://open-vsx.org/extension/RobBos/copilot-token-tracker)

```bash
# Install from the VS Code Marketplace
ext install RobBos.copilot-token-tracker
```

<details>
<summary>📦 Install in other Chromium-based editors (Open VSX)</summary>

# Install from Open VSX (VSCodium)
```bash
# VSCodium
codium --install-extension RobBos.copilot-token-tracker

# Install from Open VSX (Code OSS)
# Code OSS
code --install-extension RobBos.copilot-token-tracker

# Windsurf
windsurf --install-extension RobBos.copilot-token-tracker

# Cursor
cursor --install-extension RobBos.copilot-token-tracker

# Trae (ByteDance)
trae --install-extension RobBos.copilot-token-tracker

# Kiro (AWS)
kiro --install-extension RobBos.copilot-token-tracker

# Void
void --install-extension RobBos.copilot-token-tracker
```

</details>

📖 [Full VS Code extension documentation](docs/vscode-extension/README.md)

---
Expand Down
7 changes: 7 additions & 0 deletions assets/open-vsx-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading