TODO is often used in code comments to indicate a task that needs to be done.
When I used Eclipse to add unimplemented methods to a Java class to fix an error, methods were auto-generated and …
java eclipse todoI'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 ghostdocIn a Eclipse a // TODO comment in a Java file marks an area in code as a task for later …
java eclipse todoI am writing a new better version of my old Android project that will fix a lot of UI bugs …
android-studio project-management todoIn vim, FIXME and TODO are highlighted, but I can't get FIXME: and TODO: (note the colon after the keyword) …
vim editor syntax-highlighting todoI'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 todoIs there a way to tell Sublime to highlight comments that contain the word "TODO"? I've looked for plugins that …
sublimetext2 sublimetext todoIf yes, how ? If not, is there a workaround to get similar functionality ? EDIT: What I mean is something like …
intellij-idea todo