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
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)
never know , why some people using external tools when your ide is implicitly providing the feature
totally agree
perfeito 👌
glad you like it
nice tip