TODO / HACK / UNDONE Tokens

  • Thread starter Thread starter David Elliott
  • Start date Start date
D

David Elliott

I know about these and how to use them. The entry doesn't show up in the
Task List unless the file is open.

The question I have is that I have is...
Is there a way to have the entry show up when the file is closed. I would like
to make sure that I have fixed everything I need to before submitting my code.

I could do a brute force find on the solution, but I think that this kind of defeats
the purpose of the defined Tokens.

Any thoughts are appreciated.

Dave
 
Dave,
It sounds like you are using C#. This is the way C# uses the task list

VB.NET on the other hand shows all tasks from all files.

Which is correct I'm not sure, I like the VB.NET method myself.

Unfortunately I do not know of any option to change the behavior in either.

Hope this helps
Jay
 
That would explain my misunderstanding also. I use VB.NET almost
exclusively and was not aware that the IDE was that different for C#.
It makes since though when you think about it. As VB.NET uses a
background compiler and C# does, if the IDE uses the compiler to parse
the comments out (why reinvent the wheel?) then it is totally
understandable.

HTH

David
 
Kevin,

From the other posts, it would appear that for C# this is just the way that it works.
If I missed something, please let me know. Otherwise, I would say this thread is
done.

Cheers,
Dave
 
Back
Top