Top "Todo" questions

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

# TODO in rails

I had read through a rails book and once found we can add # TODO: and some # stuff in codes, so …

ruby-on-rails ruby rake todo
TODO task netbeans php

I'm using netbeans to develop web applications using php and javascript. I was using eclipse and I could list all …

netbeans todo
TODOs in Xcode: How to make them stand out?

I am aware of the method of making them warnings, but I want to keep my legit warnings separate from …

xcode comments todo
How do I handle TODO comments in VisualStudio 2010?

I'd like Visual Studio to list all lines having "TODO: " in their beginning (usually after a comment sign which may …

visual-studio visual-studio-2010 comments todo
How do I format a multi-line TODO comment in PyCharm?

I want to add a multi-line TODO comment to my PyCharm project. # TODO: Multiple errors can be wrapped inside an …

python pycharm comments multiline todo
Can Qt Creator recognize TODO and FIXME comments?

Is there a way to make Qt Creator recognize TODO and FIXME comments, so that I can access a compiled …

c++ qt-creator todo
How to put TODO comments in xml?

I was wondering if there is a way to comment parts of xml code in android so they would later …

android xml android-studio todo
SVN + PROJECT MANAGEMENT + WIKI + TODO LIST

Let's say I have web hosting account on linux on which i wish to host a svn server with wiki, …

svn wiki todo
Is there a nice task/todo app/system for developers out there?

I am looking for a really basic developer task/todo app or system. Are there any good ones out there? …

project-management task todo
Multi-line TODO: Comments in Eclipse

Fairly straight forward question here. Has anyone figured out how to do a TODO: comment in Eclipse that spans multiple …

eclipse comments todo