difftodo icon indicating copy to clipboard operation
difftodo copied to clipboard

Uncomment todos in output

Open jml opened this issue 9 years ago • 0 comments

The old version used to uncomment TODOs. That is, it would take a comment like this:

    # XXX: Fix this thing
    # before it devours my soul.

and render it like this:

foo.py:21:
  XXX: Fix this thing
  before it devours my soul

Now that we support many more languages than just Python, this is kind of tricky, but still nice to have.

jml avatar Feb 08 '15 17:02 jml