When coding in Visual Basic Script, I used to put my "todo list" at the top of the code, as comments, is this still the way to go for VB, or is there a more handy way (using Visual Basic 2005 express)
In the IDE you can select View -> Other Windows -> task List
and in you code you can simply put comments
' TODO : this i must do.
It will now appear in the task list. this way you can put code next to the relevent places and find them easily by going to the task list and double clicking the item in the list to take you to that spot in the code.
Where do you put your "todo list" ?
Jianpeng
Todo: Write note to SJ and give him a big hug!....
colodrmn
qsnet
In the IDE you can select View -> Other Windows -> task List
and in you code you can simply put comments
' TODO : this i must do.
It will now appear in the task list. this way you can put code next to the relevent places and find them easily by going to the task list and double clicking the item in the list to take you to that spot in the code.
Ömer KAYA
When I open the "Task List -> Comments" not all TODO's from the project are shown. It seems that the IDE does only scan the open files.
What do I have to do
binglehopper
When I open the Task List -> Comments it doesn't show me all TODO's. It seems that only the open files have been scanned.
What do I have to do
Daniel0424
Wow! That's cool, I never knew that. I had thought it was just a gloified notepad! Yet another tool to use and abuse!
Wisc
phoy