Top "Todo" questions

TODO is often used in code comments to indicate a task that needs to be done.

How do I add a high-priority TODO comment in Visual Studio?

Adding a comment such as this: // TODO: Refactor this code ...creates a task in the Task List that I can …

visual-studio visual-studio-2008 comments task todo
How do I make TODO comments show up in the task list for C++ projects in Visual Studio 2010?

I'm trying to get my TODO comments to show up in the task list in Visual Studio 2010 for a C++ …

visual-studio visual-studio-2010 todo
Netbeans (7.4): Is there a way to highlight TODO's?

I have switched from Eclipse to Netbeans. Eclipse has a way too highlighting TODO's in Java comments like: public void …

java netbeans-7 todo
Task priorities in Eclipse

I know two ways to create tasks using Eclipse; with the tasks view or with the TODO annotation in a …

eclipse todo
Can Doxygen easily be configured to recognise TODO and FIXME lines?

I've just installed and setup an instance of Doxygen, but out of the box it only finds TODO tags in …

doxygen todo
TODO comment font color in VS2010 with ReSharper and Productivity Power Tools

I just installed the Productivity Power Tools for Visual Studio 2010. I also have ReSharper installed. Prior to the PowerTools installation, …

visual-studio resharper todo productivity-power-tools
Xcode 7 - Swift TODO comments

Using Xcode 7 and Swift 2.0, I'm trying to use TODO comments like I would in Visual Studio with C#. I've found …

swift xcode comments xcode7 todo
Eclipse automatic todo task addition

Is there a way in eclipse to automatically add TODO task eg:- //TODO: TO BE TESTED to the top …

eclipse todo
How do I get TODO comments in HTML files to show up in Task List in Visual Studio?

So, I have TODO comments showing up in my task list as long as the TODO comment is in a …

visual-studio todo
Where does the TODO convention come from?

I suspect this question has been asked before, but it's not easy to Google for. I am a fairly new …

coding-style convention todo