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!
Credit goes here.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5