Comment Buster
https://github.com/devalbo/comment-buster
A VS Code extension that scans your codebase for chunks of commented-out code and extraneous print/log statements, collects them into dedicated “Comment Buster” and “Print Buster” panels, and lets you jump straight to each hit to delete it — quick cleanup before you commit. Language-aware detection across TypeScript, Python, C/C++, and C#.
Technologies applied:
- TypeScript / VS Code Extension API
- Webpack