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
- Open the "TODOs Analytics" view in Explorer
- See metrics and top files with technical debt
- Click on any TODO to navigate to the code
Configuration
{
"todoFinder.includePatterns": ["**/*"],
"todoFinder.excludePatterns": ["**/node_modules/**"],
"todoFinder.todoKeywords": ["TODO", "FIXME", "BUG"]
}
| |