views:

1082

answers:

5

I would like to use the task-list in Visual Studio but it really lacks almost any useful feature a task-list should provide. So I use Todo-List externally, to keep track of the things I need to get done. Would be nice to have it all in one place.

So does anyone know of a cool replacement Add-On for the tasklist in Visual Studio?

Thanks in advance!

A: 

I don't know of an add-on (I use Remember The Milk externally), but I think you are onto a good idea there.

Ben Hoffstein
+1  A: 

For semi-immediate programming tasks I use TODO comments in code and ReSharper for Visual Studio to view them.

For longer-term tasks I use Team Foundation Server to record work items.

For non-programming tasks I use Google Calendar.

Jason Stangroome
A: 
Jonathan Webb
Probably you forgot to mention that this does require the FogBugz server.
Sorin Sbarnea
@Sorin, you're right so I've updated the answer. Thanks for the feedback.
Jonathan Webb
A: 

We use Team Foundation Server at work - it is a really superb product, but too expensive for smaller teams.

Out of work I'm looking to use CountersSoft Gemini (http://countersoft.com/home.aspx) which has good VS integration and is competitive when looking at the hosted version with unlimited users.

Sean Kearon
+1  A: 

Assumed: Visual Studio 2008 + ReSharper

ReSharper->Windows->ToDo Explorer

E-

Eric Brown - Cal