Currently I\'m working on an iOS based Image Manipulation task.
I\'m working on different modules. So If I need to add something in a module in fu
I tend to write exactly:
//TODO: Blah blah blah
Then I just do a COMMAND-SHIFT-F and look for "//TODO".
Using the file outline drop down will only show you TODOs for the current file, but I tend to want to see my project's TODO status.
Rough solution, but it does it's job.