Wednesday, August 10, 2016

Viewing your TODO tasks in Visual Studio

As you work through your code in Visual Studio, you may accumulate quite a number of //TODO: items interspersed throughout your code base.

So how exactly do you go back and view all of those TODO items in your code base?

You simply select "Task List" (Ctrl + W, T) from the View menu as follows:



However, as soon as you address these TODO items, you should remove those TODO comments from your code, otherwise they will not be removed from the Task List pane.

That is all there is to it!

No comments:

Post a Comment