-
1
- #1
It's 4:30. You've been coding for 8 hours straight. You're in "The Zone", but you know if you're late picking up the little lady there'll be hell to pay! You have in your head the next 5 code changes you want to make. How do you make notes that will jog your memory the next day?
A buddy found this neat little trick that I think is new to VisualStudio.Net (correct me someone if I'm wrong and blabbing about something thats common knowledge).
In your code, add this comment:
' ToDo Rewrite this function
Now, select the Task List view. Right Click inside it, select ShowTasks and Comments. You'll notice that your ToDO line now shows in the task list. Two other reserved words that apply to this are Hack and Undone.
I know its a pretty dinky thing, but I figured since this is so new to us, letting the word out on these little features would be helpful for everyone getting used to the new VisualStudio environment.
Talk later,
Jack
A buddy found this neat little trick that I think is new to VisualStudio.Net (correct me someone if I'm wrong and blabbing about something thats common knowledge).
In your code, add this comment:
' ToDo Rewrite this function
Now, select the Task List view. Right Click inside it, select ShowTasks and Comments. You'll notice that your ToDO line now shows in the task list. Two other reserved words that apply to this are Hack and Undone.
I know its a pretty dinky thing, but I figured since this is so new to us, letting the word out on these little features would be helpful for everyone getting used to the new VisualStudio environment.
Talk later,
Jack