Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TODO Finder with AnalyticsNew to Visual Studio Code? Get it now.
TODO Finder with Analytics

TODO Finder with Analytics

Tom

|
2 installs
| (0) | Free
Find TODOs with technical debt analytics, metrics and visualization
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TODO Finder with Analytics

Advanced TODO finder with technical debt analytics and visualization features.

Features

  • 📊 Technical Debt Metrics - Total TODOs, files count, type distribution
  • 🔥 Hot Files Detection - Identify files with most technical debt
  • 📈 Visual Analytics - Interactive charts and graphs
  • ⚡ Real-time Updates - Automatically updates when files change
  • 🎯 Smart Filtering - Filter by type, file, priority

Usage

  1. Open the "TODOs Analytics" view in Explorer
  2. See metrics and top files with technical debt
  3. Click on any TODO to navigate to the code

Configuration

{
  "todoFinder.includePatterns": ["**/*"],
  "todoFinder.excludePatterns": ["**/node_modules/**"],
  "todoFinder.todoKeywords": ["TODO", "FIXME", "BUG"]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft