When programming, you sometimes need to make a comment for something to do later. Visual Studio has a cool feature in this regard.
When you type a comment: //TODO: Some comment here.
You can view that list from your IDE.
Just go to View-> Task List.
Now another neat feature here is you can actually have custom ones as well //ADDWEBSVC: Some comment here.
Just go to Tools->Options->Task List and add your option. Works like a charm!
原帖地址:http://www.ocdprogrammer.com/post/2007/10/30/TODO-list-in-Visual-Studio-2005.aspx
本文介绍在Visual Studio中如何使用特殊注释标记来创建待办事项列表,并可自定义标记以便更好地组织和跟踪任务。
3035

被折叠的 条评论
为什么被折叠?



