Top "Todo" questions

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

Find TODO tags in Eclipse

When I used Eclipse to add unimplemented methods to a Java class to fix an error, methods were auto-generated and …

java eclipse todo
View all TODO items in Visual Studio using GhostDoc

I'm also using GhostDoc in Visual Studio 2008. How do I view all to-do items and if that's a function already …

c# visual-studio-2008 todo ghostdoc
Custom TODO mark in Eclipse

In a Eclipse a // TODO comment in a Java file marks an area in code as a task for later …

java eclipse todo
How to add TODOs and track project issues in Android Studio (NOT in sources)

I am writing a new better version of my old Android project that will fix a lot of UI bugs …

android-studio project-management todo
IDE comment keywords

So I only recently discovered the TODO comment. For those of you that don't know, most modern IDE's will recognize …

eclipse ide comments rubymine todo
In vim, how do I highlight TODO: and FIXME:?

In vim, FIXME and TODO are highlighted, but I can't get FIXME: and TODO: (note the colon after the keyword) …

vim editor syntax-highlighting todo
Todo tasks not appearing in the Task List in visual studio 2012

I've recently upgraded to Visual Studio 2012 and haven't have any problems except for the fact that comments beginning with "//todo" …

c# visual-studio visual-studio-2012 comments todo
Xcode using FIXME, TODO, ???,?

I have started to use the FIXME, TODO, ??? and !!! tags in XCode but have am finding it painful that it …

xcode tags xcode4 comments todo
Highlighting comments containing TODO in Sublime Text 2

Is there a way to tell Sublime to highlight comments that contain the word "TODO"? I've looked for plugins that …

sublimetext2 sublimetext todo
Is it possible to use multiline todo's in IntelliJ IDEA?

If yes, how ? If not, is there a workaround to get similar functionality ? EDIT: What I mean is something like …

intellij-idea todo