문제

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 clunky for other tasks though.

도움이 되었습니까?

해결책

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

다른 팁

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:

  1. Make sure that the Task List is displaying "User Tasks" by choosing it from the drop-down box.

  2. Click the little clipboard-with-a-checkmark icon to add a new task.

  3. A new item will be added to the list box below; just type your task or comment.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top