Where do you put your "todo list" ?

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)

Answer this question

Where do you put your "todo list" ?

  • Jianpeng

    Todo: Write note to SJ and give him a big hug!....



  • colodrmn

    Its in Tools - Options, then tick "Show all settings" , Environment - Task List and you can add your own Tokens and give them priorities.

  • 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

    If I recall there were a couple of other items you can use as well as TODO
  • phoy

    Thanks a lot, it works like a charm :)
  • Where do you put your "todo list" ?