claude-code - 💡(How to fix) Fix [FEATURE] Visual Studio Code extension: Add token usage display [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#46814Fetched 2026-04-12 13:32:21
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Hi,

could you please add the token usage for the Visual Studio Code Extension? The extension is really great, but it lacks feedback on usage and this would help tremendously to optimise token usage in the development environment (what CLI / MCPs to set up where Claude likes to do the work manually).

Proposed Solution

The interface should show: Input token / Output token pre request and total for the session

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Other

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Add token usage feedback to the Visual Studio Code Extension to display input and output token usage.

Guidance

  • Review the existing code for the Visual Studio Code Extension to identify where token usage data is available or can be calculated.
  • Consider adding a new UI component to display the token usage information, such as a status bar or a dedicated panel.
  • Determine the best way to track and display the total token usage for the session, potentially using a counter or a logging mechanism.
  • Evaluate the feasibility of displaying token usage per request, which may require additional data collection or processing.

Notes

The implementation details will depend on the specific architecture and technology stack of the Visual Studio Code Extension.

Recommendation

Apply workaround: Add a basic token usage display to the extension, focusing on total session usage, and refine the implementation based on user feedback.

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