2

Our solution has a lot of todo comments, but unfortunately it seems the only way to sort them is by file. Sorting by project would give me a much better overview of what I'm actually responsible for. Just wondering if there's any way to do this or any add-ins that provide better functionality.

Luke
  • 18,585
  • 24
  • 87
  • 110

2 Answers2

6

Resharper 4.0 does this for you. They have a "To-do Explorer". Uses comments to find TODO, Note and Bug comments.

Edit: Here is a link to the actual feature.

Brian Genisio
  • 47,787
  • 16
  • 124
  • 167
1

I ended up just using trusty find-in-files for todo: which can be limited to the current project or a user defined folder set. Your wallet may vary.

Luke
  • 18,585
  • 24
  • 87
  • 110