Add a widget to view projects TODOs/FIXMEs in project info toolview
This change adds a new feature that will allow you to see all the TODOs/FIXMEs in your project. For now this will only work with git projects since it uses git grep
to search for TODOs.
For non-git projects, there will be no difference from before i.e., no TODO widget at all.
Improvements that would be nice to have:
- Color TODO and FIXME differently
- Filtering? Does it make sense here?
Edited by Waqar Ahmed