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.
Asked
Active
Viewed 570 times
2 Answers
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
-
Arg if it were $2 and sold stand-alone I'd be set. $200? Nah. – Luke Dec 04 '08 at 18:18
-
2The tool is WELL worth the price. It is a great add-on for VS. – Brian Genisio Dec 04 '08 at 19:36
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