Using the TODO Explorer in Resharper Resharper Shortcut Control + Alt + D and using The To-Do Explorer

Ctrl + Alt + D

This shortcut will open the TODO Explorer for Visual Studio Resharper users.

Adding TODO’s to code allow you to follow your current train of thought before returing to all the additional tasks that came up along the way. When you are done with the current task, you can return to the TODOs.

Resharper even lets you define your own TODO tags. I am trying to use TODO to remind me of code tasks left in a single work item. I don’t want to see all the TODOs in my code, so I created a new tag called TODO_PROJECT_2343 and use that for all TODO items related to what I’m working on specifically for project 2343.