Todo tasks not appearing in the Task List in visual studio 2012

前端 未结 6 2079
走了就别回头了
走了就别回头了 2021-02-01 11:44

I\'ve recently upgraded to Visual Studio 2012 and haven\'t have any problems except for the fact that comments beginning with \"//todo\" no longer show up in the task list. I ha

6条回答
  •  旧巷少年郎
    2021-02-01 12:40

    Chalk this up to a stupid mistake, if it is not showing for you make sure your code doesn't look like this:

    //int justfakecode=1; // TODO: FIX ME LATER
    

    with the token as part of a commented out line. I herped the derp on this one.

提交回复
热议问题