Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Function Usage CounterNew to Visual Studio Code? Get it now.
Function Usage Counter

Function Usage Counter

antsticky

|
2 installs
| (0) | Free
Shows how many times each Python function is used in the workspace
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Function Usage Counter

Track how often each Python function is used across your workspace.

Features

  • Hover over a function to see how many times it's called
  • Clickable links to each usage location
  • Inline decorations for unused functions (grayed out + 🪦 icon)

Why Use It?

Perfect for refactoring, cleaning up dead code, or understanding large codebases.

How It Works

Just open a Python file and hover over any function definition. Unused functions are visually marked.

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