Monitor your Claude Code usage and rate limits directly in VS Code.
- 📊 Real-time usage monitoring in the status bar
- 🔄 Automatic periodic updates (configurable interval)
- 🎯 Visual progress indicators for token usage
- ⏱️ Time remaining until rate limit reset
- 🔔 Optional notifications when usage is high
- Clone this repository
- Run
npm install - Run
npm run compile - Press
F5to open a new VS Code window with the extension loaded
Configure the extension in your VS Code settings:
claudeStats.updateInterval: Update interval in seconds (default: 300 = 5 minutes)claudeStats.showNotifications: Show notifications when usage is high (default: false)
Claude Stats: Refresh- Manually refresh usage dataClaude Stats: Login- Login to Claude Code
After installation and authentication, the extension will automatically display your Claude Stats in the status bar, showing:
- Current token usage
- Percentage of rate limit used
- Time until rate limit reset
Click the status bar item to see detailed information.
- VS Code 1.74.0 or higher
- Active Claude Code subscription
# Install dependencies
npm install
# Compile TypeScript
npm run compile
# Watch for changes
npm run watch
# Run linter
npm run lint
# Package extension
npm run vscode:packageMIT
Martin Ortiz (@Maol-1997)