TODO items not showing up in Task List

  • Thread starter Thread starter Guadala Harry
  • Start date Start date
G

Guadala Harry

I want to add comments to my code and have them show up in the Task List.
When I enter lines like the following, they do not appear in the TaskList.

// TODO Fix this function.

What could be preventing these items from showing up in the TaskList?

FWIW: using VS.NET 2003 Enterprise Architect.

Thanks in advance.
 
Guadala said:
I want to add comments to my code and have them show up in the Task List.
When I enter lines like the following, they do not appear in the TaskList.

// TODO Fix this function.

As far as I know, TODO comments need a colon, like this:

// TODO: Fix this function.
 
Adding the colon does not help. Any other ideas? Is the task list somehow
filterable? Mine says it's filtered - but I have no idea where to go to
unfilter it... didn't find any straight-forward direction in online help.

G
 
Right click on the 'Task List' window, select 'Show Tasks' then check the
item: 'Comment'.
 
Back
Top