Search code examples
visual-studiovisual-studio-2010commentstodo

Code Review "ToDo" Follow Up Items


I am trying to institute code reviews at my company, and recently we had our first code review meeting. During the meeting, several positive suggestions were made and I added TODO comments in my code for following up.

After reading suggestions on here on best practices for code reviews, I would like to follow up on all the items I corrected at the start of the next meeting. Is there a way to add a similar type of comment to the code such as FOLLOWUP so that I can quickly highlight through those code segments in the next meeting?


Solution

  • You can create your own comment tokens. This can be found under

    Tools > Options >Environment > Task List > Comment tokens

    The following link provides more info. They are geared towards Visual Studio 2005, but the same info works for Visual Studio 2010

    http://msdn.microsoft.com/en-us/library/ekwz6akh%28v=VS.80%29.aspx

    http://msdn.microsoft.com/en-us/library/zce12xx2%28VS.80%29.aspx