Search code examples
pythonpython-2.7atom-editortodo

How do I mark and label "To-Do"s?


How do I clearly mark and label "To-Do"s directly in my code (using Atom on Mac) for later?


Solution

  • I'd just mark your comments with # TODO. Most IDEs have a way of aggregating these comments to a list. Atom is no different, although you'd need to install a plugin for it.