claude-code - 💡(How to fix) Fix Add persistent usage/limits indicator to VS Code status bar [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#49078Fetched 2026-04-17 08:51:31
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1
RAW_BUFFERClick to expand / collapse

It would be helpful to have a badge or icon in the VS Code status bar (or sidebar) showing current plan usage (e.g., messages remaining, usage percentage).

Currently the only way to check is via the /usage command, which requires manual action. A persistent indicator would help users track their limits without interrupting their workflow.

Possible approaches:

  • A status bar item showing remaining messages or a percentage
  • A small progress ring/badge on the existing "✱ Claude Code" status bar icon
  • A color change on the status bar item as usage approaches the limit

extent analysis

TL;DR

Implementing a status bar item or icon in VS Code to display current plan usage could provide a persistent indicator for users to track their limits.

Guidance

  • Investigate the VS Code API for status bar customization to determine the feasibility of adding a custom status bar item or modifying an existing one.
  • Consider the three proposed approaches: a status bar item showing remaining messages or percentage, a progress ring/badge on the "✱ Claude Code" icon, or a color change on the status bar item as usage approaches the limit.
  • Evaluate the trade-offs between these approaches in terms of user experience, implementation complexity, and potential impact on the existing UI.
  • Research existing VS Code extensions that provide similar functionality to inform the design and implementation of the usage indicator.

Example

No code snippet is provided due to the lack of specific technical details in the issue.

Notes

The implementation details and technical feasibility of the proposed solutions are uncertain and require further investigation into the VS Code API and extension development.

Recommendation

Apply a workaround by exploring the VS Code API and extension development documentation to determine the best approach for implementing a custom status bar item or icon, as there is no clear indication of a fixed version or existing solution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING