Make notes in Visual Studio, but not in source code -
is there tool let me add/attach/associate notes lines of code in visual studio 2013, not go source code.
think of post-it notes sitting on papers i'm working on, helping me keep track of things need do, when i'm done take them off.
try visual studio task list http://msdn.microsoft.com/en-us/library/txtwdysk.aspx
you can add items needed, or add special comments in code such
// todo: later
which show in task list.
Comments
Post a Comment