Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Claude Usage Status Bar WidgetNew to Visual Studio Code? Get it now.
Claude Usage Status Bar Widget

Claude Usage Status Bar Widget

Paulo Junior

|
8 installs
| (0) | Free
Displays Claude API usage quota in the VS Code status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Claude Usage Status Bar Widget

A VS Code extension that displays your Claude API usage quota directly in the status bar.

Status Bar Example

How it looks

☁ 8% 3h 30m | 1% 6d 22h | opus 5% 6d 22h

Format: [session_used%] [session_time] | [weekly_used%] [weekly_time] | [model_used%] [model_time]

Hover over the status bar item for detailed account info, per-quota breakdown, and cost data.

Prerequisites

  • Claude CLI installed and authenticated
  • An active Pro or Max subscription

The extension runs claude /usage directly — no external tools or daemons needed.

Installation

From .vsix file

code --install-extension claude-usage-status-bar-0.0.1.vsix

From source

git clone https://github.com/paulocfjunior/claude-usage-vscode-extension.git
cd claude-usage-vscode-extension
npm install
npm run package
code --install-extension claude-usage-status-bar-0.0.1.vsix

Settings

Setting Default Description
claudeUsage.claudePath "" (auto-discover) Path to the Claude CLI binary. Leave empty to find from PATH.
claudeUsage.updateIntervalSeconds 60 How often to refresh usage data (minimum 10s)

Commands

  • Claude Usage: Refresh Now — Force refresh the status bar data (also triggered by clicking the widget)

Status indicators

Icon Meaning
☁ Data loaded successfully
⟳ (spinning) Refreshing data
⚠ Error reading usage data
🔑 Claude CLI not authenticated
🛡 Workspace not yet trusted — click to authorize

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft