Press F5 to open a new VS Code window with the extension loaded
Configuration
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)
Commands
Claude Stats: Refresh - Manually refresh usage data
Claude Stats: Login - Login to Claude Code
Usage
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.
Requirements
VS Code 1.74.0 or higher
Active Claude Code subscription
Development
# 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:package