Episode

Visual Studio Tip: Tracking Unfinished Code

Rarely do we work on a single piece of code continuously until it is complete. Most of the time, we work on several pieces of code spread across different classes in bits and pieces and gradually put it all together. How do you keep track of the code you have to go back and update or complete? This tip shows you how you can use the Task List window in Visual Studio and comments in your code to easily track and navigate to your unfinished code.