Click here to Skip to main content
15,881,715 members
Articles / Visual Studio / Visual Studio 2010

Task List Window of Visual Studio

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
26 Feb 2011CPOL3 min read 27.2K   4   4
Task List Window of Visual Studio

Recently, when Microsoft launched Visual Studio 2010, they launched it with the very nice Campaign “Life runs on code”. Those who have seen any advertisement of VS 2010 must have seen this also. It’s very true, the developer’s life runs on code, and our code runs on Visual Studio IDE (obviously, only in the development phase :) ).

As most of the time in our offices and home (only for workaholics :), we spent most of the time with Visual Studio IDE, we always try to find some way to code faster/better to increase productivity.

Visual Studio IDE is full of myriad features that helps us for faster and smoother coding. Most of the time, we are not aware of this and don’t use these. I always try to find some good feature in Visual Studio which we can use in our daily life, and share it with you all.

In this post, I am going to discuss a window, that is called as Task List window, some of you might be aware of this, so this for the rest of the developers :).

So what is the Task window, how can it help us. Let’s go in a bit of the detail.

As we have other window, Error/Warning window, we also have Task list window.To see this window, Go To View->Task List or directly using the keys Ctrl+W, T. This task list window shows us the TODO list that we track and other annotations. Task list window has two views : User Task Window and Comments Window. We’ll discuss first comments Window.

Generally, we write some TODO or UNDONE comments, during the development phase of our application. These comments are a sign, that we need to update/change the code before releasing to QA/Staging environment.

As in my sample project, I have added a few comments multiple files. These are listed in the Task List window (Comment View). One can see all these type of comments in this window from the entire project. And one can click one by one and make changes whenever required. Let’s see the comments…

Task List: Comment View

We can click on any of it and it will take us directly to that line of code.

HACK, TODO, UNDONE, UnresolvedMergeConflict are default comment Tokens in VS IDE. But one can add custom tag based on their requirements.Go to Tools-> Options, then under Environment click task list as below (If Task list is not visible, make sure “Show all settings” checkbox is checked at bottom of Options window).

Options Wnidow

Options Window

To add a Custom Token, write the Token at Name input box, set the priority and then click on add button. We can also remove/change the existing token with the given buttons.

Now let's move to User Task View, this view list is below all the user created tasks. One can create user tasks by clicking Create User Task icon, just beside view dropdown. Let’s look at it.

Task List: User Tasks view

Task List: User Tasks view

This gives you the option to write the description of the task and set the priority. Once the task gets completed, one can mark it as completed by checking the checkbox.

Note: I have VS 2008 for this post.

That’s all for now!!!

Cheers!!

Brij


License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
Brij is a 3-times Microsoft MVP in ASP.NET/IIS Category and a passionate .NET developer. More than 6 years of experience in IT field, currently serving a MNC as a Tech Lead/Architect.

He is a very passionate .NET developer and have expertise over Web technologies like ASP.NET 2.0/3.5/4.0, jQuery, JSON, Javascript, IIS and related technologies. He is also a Exchange Server (EWS) Specialist. He has great experience in design patterns and N-Tier Architecture.

He is also certified as Microsoft Certified Technologies Specialist-ASP.NET and Microsoft Certified Technologies Specialist-WCF in .NET 4.0. He has also received several awards at various forums and his various articles got listed as "Article of the day" at ASP.NET Microsoft Official Website www.asp.net.

He has done MCA from NIT Durgapur and completed his graduation from Lucknow University.

Learning new technologies and sharing knowledge excites him most. Blogging, solving problems at various forums, helping people, keeps him busy entire day.


Visit his Blog: Code Wala

Area of Expertise :
C#, ASP.NET 2.0,3.5,4.0, AJAX, JQuery, JSON, XML, XSLT, ADO.Net, WCF, Active Directory, Exchange Server 2007 (EWS), Java script, Web Services ,Win services, DotnetNuke, WSS 3.0,Sharepoint Designer, SQL Server 2000/2005/2008

Comments and Discussions

 
GeneralMy vote of 5 Pin
Abhijit Jana9-Mar-11 7:17
professionalAbhijit Jana9-Mar-11 7:17 
GeneralRe: My vote of 5 Pin
Brij9-Mar-11 7:26
mentorBrij9-Mar-11 7:26 
GeneralMy vote of 5 Pin
Kunal Chowdhury «IN»28-Feb-11 0:06
professionalKunal Chowdhury «IN»28-Feb-11 0:06 
GeneralRe: My vote of 5 Pin
Brij28-Feb-11 6:42
mentorBrij28-Feb-11 6:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.