Top "Todo" questions

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

How to Add Eclipse TODOs to JSPs

There is a way to add "TODO"s to Java classes so that they will show up in Eclipse's Tasks …

eclipse jsp todo
Is there a way to mark TODO complete in Android studio?

I'm trying to track TODOs in Android studio. Is there a way to mark them 'complete' without simply deleting them?

java android android-studio intellij-idea todo
PhpStorm Ignore files/directories in TODO feature

Is it possible to exclude certain files from the TODO function in PhpStorm? For example, I'm using the highcharts javascript …

phpstorm todo
How to make IntelliJ know FIXME?

In IntelliJ 12, the FIXME comment is regarded as a normal comment with typo. How to make known by IntelliJ IDEA …

intellij-idea comments todo
Xcode: View all TODO's in project

Is there a way to view all TODO marks in an Xcode project? I'm aware of how to do this …

xcode todo
How to show more than 100 tasks //TODOs at once in Eclipse?

As the title says, how do I display more than 100 tasks at once in Tasks window in Eclipse? Alternatively, how …

eclipse eclipse-cdt todo
How to search through TODO comment list in IntelliJ IDEA?

I'm working on a huge project that has thousands of TODO items. So when I go to the TODO tool …

intellij-idea todo
TODO comments in rStudio

is there a way to list ToDo comments in rstudio? Before I used eclipse and really loved to put some # …

r rstudio comments todo