robcowie / SublimeTODO

**[DEPRECATED]** - See https://github.com/jonathandelgado/SublimeTodoReview - Extract TODO-type comments from open files and project folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple lines with TODOs

kontrafiktion opened this issue · comments

I only ever get one result line per file.
I expected to get a line for each and every TODO.

instead of

## TODO (3)
1. foo.txt:69  first TODO in foo
2. bar.txt:209  first TODO in bar

I expect

## TODO (3)
1. foo.txt:69  first TODO in foo
2. foo.txt:75 second TODO in foo
3. bar.txt:209  first TODO in bar

ah, my bad. the placing of the colon

 TODO vivo: 

vs.

TODO: vivo

No worries