You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A consideration to make is what will be the cue to stop the multi-line comment.
Sometimes you have consecutive lines of comments but not all are part of the anchor. So to separate them my suggestion is an empty comment line or an empty line. Here is an example:
# TODO: this line will be part of the TODO anchor.
# This line too.
# This line too.
#
# But this line won't, this will be a normal type of comment since it came after an empty comment line.
Hey @dokato , is it possible to support multi-line comments?
Currently,
todor
only displays one line, however many TODO comments are to big to fit in one line, so the second line onwards are omitted.Having a display mode option to choose between single line and multi-line would be great, what do you think about that?
Thank you
The text was updated successfully, but these errors were encountered: