DEV Community

Cover image for Visual Studio : Power Of TODO
Hasan Elsherbiny
Hasan Elsherbiny

Posted on

Visual Studio : Power Of TODO

Sometimes you have specific feature you are going to implement it later or you are in a hurry and want to just do specific thing and you are going to enhance it later.

here come "THE TODO"
using the great IDE Visual Studio all you need to add a comment starting with the word todo

//TODO Implement awesome feature

after that you can access your todo list from View>Tasks List

TODO
you will see your comment, project ,the file where your comment is and the line number.
double click on the task will move you to the comment.

by this way you can get back to your todo list with need to any external plugins or other tools.

Top comments (5)

Collapse
 
giovannimatteo1 profile image
Giovanni Matteo

never know , why some people using external tools when your ide is implicitly providing the feature

Collapse
 
hasanelsherbiny profile image
Hasan Elsherbiny

totally agree

Collapse
 
misscoder profile image
Helina Coder

perfeito 👌

Collapse
 
hasanelsherbiny profile image
Hasan Elsherbiny

glad you like it

Collapse
 
armagondo profile image
armagondo

nice tip