dokato / todor

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

doesn't work for me #25

Closed elenawij closed 5 years ago

elenawij commented 5 years ago

Hi, I love the idea, but it doesn't work for me, I can't see my comments in the markers

image
dokato commented 5 years ago

Hi @elenazadnepr . Sorry to hear that! Are you using addin or calling a todor function? Addins currently support todoing packages or projects, so for that you need to make sure that you are within a package or some project (right top corner in RStudio shouldn't say none, basically).

Alternatively, you can call todor::todor_file("file.R") on your file to check specific script you're interested in.

Hope it helps!