In eclipse, if you write a comment such as //TODO something-or-other
, you are able to track and navigate back to all of your TODOs via a Task Pane. Is there any similar device in VS?
Place the cursor somewhere in the source, then either a right mouse click and select "Add ToDo Item" or just Shift+Ctrl+T. Just embed C/C++ style comments within your code that are prefaced by the identifier "TODO:".
Place the caret where you want to create a TODO item and add a comment, for example, by pressing Ctrl+/ , then type TODO or FIXME , and then type your note.
Visual Studio provides several tool windows helping developers to keep track of their project. Task list collects information from source code, so it is available at one place all together.
Menu => View => Task List
In the combo box select "Comments"
//todo: whatever
//TODO: work on blah blah
//Todo new screenshot
All work (at least in 2008 and probably previous versions as well).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With