Skip to content

Add a widget to view projects TODOs/FIXMEs in project info toolview

Waqar Ahmed requested to merge work/todo-view into master

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?

BUG: 423968

Edited by Waqar Ahmed

Merge request reports