dokato / todor

TODOr - RStudio add-in for finding TODO, FIXME, CHANGED etc. comments in your code.
Other
246 stars 12 forks source link

Find markers in end of line comments #17

Closed Farbfetzen closed 5 years ago

Farbfetzen commented 5 years ago

Thank you for this really helpful addin. Would it be possible to let if find TODO, FIXME etc. in comments at the end of a line of code? For example here: foo <- broken_function() # FIXME: Fix this later. Currently this does not work for me.

dokato commented 5 years ago

Hi @BastiHz, yeah, I think that sounds like a reasonable idea! I'll give it a try soon :)

dokato commented 5 years ago

@BastiHz please check #18. Should be working now, but requires more testing before I merge it to master.

Farbfetzen commented 5 years ago

Looks great and seems to be working fine. Thank you very much.