A VS Code extension that scans your code for TODO, FIXME, and custom task comments with a splash of pink.
Features
✨ Smart Task Detection: Automatically finds TODO, FIXME, etc and custom tags in your code
📝 Multiple Language Support: Works with JavaScript, TypeScript, Python, CSS, HTML, Markdown, and more
🏷️ Custom Tags: Add and remove your own custom task keywords
📤 Export Options: Export your tasks as JSON or Markdown files
✅ Mark as Done: Click to mark tasks as completed
🔍 Quick Navigation: Click any task to jump directly to the code location
How to Use
View Tasks: Click the "Tasks 🌺" icon in the Activity Bar to open the sidebar
Scan Files: Tasks are automatically detected when you open files
Add Custom Tags: Use the "..." button to add or remove custom keywords like "BUG", "NOTE", etc.
Export Tasks: Use the export buttons to save your tasks as JSON or Markdown
Navigate to Code: Click any task to jump to its location in your code
Mark Complete: Hover on task to mark as done and remove it from the sidebar and the code
🔍 Quick Demo
Supported Languages
JavaScript (.js)
TypeScript (.ts)
React (.jsx, .tsx)
Python (.py)
CSS (.css)
HTML (.html)
Markdown (.md)
JSON (.json)
Plain text (.txt)
Known Issues
Large files may take a moment to scan
Binary files are automatically excluded from scanning