Working with C# in Visual Studio with Task List Tokens

//TODO
//HACK
//FIXME

Working with Visual Studio, you can use Task list to help remember where in the code needs extra attention later. Simple comment the code above with the preset Tokens, you may find it extremely useful to remind yourself and review your work with them.

e.g.
//TODO: Need to check the conditions for this line to execute

//HACK: did a quick fix to the issue, but need more time to review and find proper fix later

//FIXME: The return value is incorrect

Custom the token:

Preferences > Task

Reference:
https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/ide/using-the-task-list?view=vs-2015&redirectedfrom=MSDN