HowTo: Taskmanagement with Visual Studio (ToDos, Hacks & co.)

Many programmers know that there is very handy tool inside of Visual Studio to manage ToDos, "Hacks" and so on. I discovered this cool, secret (Visual Studio has a lot of such unknown gimmicks) feature some weeks ago:

Taskmanagement

You can manage your tasks in several applications: Outlook, "Work Items" in combination with TFS or other non-Microsoft product.
In small or private projects I haven´t a TFS and don´t want to use Outlook – one important point is the connection between the ToDo/Hack/what ever and the code line/code file.

Just activate "View -> Task List" in Visual Studio and you get a small taskmanager.

image_thumb

You can view your current ToDos (+ code line where the ToDo is located) :

image_thumb3

If you klick on one item you go directly to this code file:

image_thumb6

Just add "ToDo: …"  to create a new task.

Custom Tokens

You can easly add your own "Tokens" in the option dialog of Visual Studio:

image_thumb9

If you work in big projects or with a team you should only use the "Taskmanager" in Visual Studio for very small "ToDos" or "Hacks" – bigger ToDos  should be placed inside other systems like TFS as "Work Items".

kick it on DotNetKicks.com

1 Comment so far »

  1. Dew Drop - November 19, 2008 | Alvin Ashcraft's Morning Dew said

    am November 19 2008 @ 3:33 pm

    [...] HowTo: Task Management with Visual Studio (ToDos, Hacks & Co.) (Robert Muehsig) [...]

Comment RSS · TrackBack URI

Leave a comment

Name: (Required)

eMail: (Required)

Website:

Comment: