Task List

  • Thread starter Thread starter Andrew Chan
  • Start date Start date
A

Andrew Chan

Hi,

I am using C++ in Visual Studio .Net and I just discovered that I can use
/TODO to setup a task list which is great for me who have poor memory.
However, I can only view individual task list per file. Is there anyway
that I can see the consolidated task list per solution / project?

Thanks in advance.

Andrew.
 
I am using C++ in Visual Studio .Net and I just discovered that
I can use /TODO to setup a task list which is great for me who
have poor memory. However, I can only view individual task list
per file. Is there anyway that I can see the consolidated task
list per solution / project?

Unfortunately, there is no way to do that for C++ in VS2003. The task
list only shows tasks for the current file.

Thanks,
 
Back
Top