Here’s a quick Visual Studio tip. You can embed useful notes and reminders in code using Task List comments like this:
// TODO: fix catastrophic memory leak
These notes will automatically appear in the Visual Studio Task List, which you can open with the shortcut Ctrl+W, T or by selecting View – Task List from the main menu bar.

Visual Studio also supports two other comment tokens, HACK and UNDONE. You can even add your own custom comment tokens in:
Options – Environment – Task List.
August 24, 2007 at 4:23 am
KLUDGE or KLUGE are good ones for custom comments. Pretty much the same as HACK.
October 11, 2007 at 6:22 am
That’s a damn good tip for a n00b like myself.
January 27, 2008 at 6:56 pm
i agree with vaughany, that is quite useful
May 8, 2008 at 4:47 am
I just wish you didn’t have to actually OPEN the file to view the comments in the task list. I wish I could have an option to view all.