To-do list application inside Visual Studio 2010
Are there any decent to-do list extensions for VS 2010? I like using the ReSharper To-do Explorer and comment regexes, but for some reminders/tasks etc. I don't want to have to add a comment to code, especially if the task is general and not specific to any one piece of code. The VS 2010 Task List is very primitive and clun开发者_如何学Goky for other tasks though.
Visual Studio will actually allow you to just add new items to the "Task List" pane. You don't have to add a comment that clutters up your code. To do this:
Make sure that the Task List is displaying "User Tasks" by choosing it from the drop-down box.
Click the little clipboard-with-a-checkmark icon to add a new task.
A new item will be added to the list box below; just type your task or comment.
I have no idea if this is any good but I am looking for something similar and found this:
http://www.tasktop.com/products/visual-studio
I also tried this - the developer suggests it will work with VS2010 but I could not get it to work with VS2010 Premium
http://visualstudiogallery.msdn.microsoft.com/a1160239-a1ce-426e-9f01-0e4282fd7acb
Maybe you would have more luck
精彩评论