TODO comments
Author: LGTM
import csharp
from CommentLine c
where c.getText().regexpMatch("(?si).*\bTODO\b.*")
select cDescription
Finds comments containing the word "TODO".
import csharp
from CommentLine c
where c.getText().regexpMatch("(?si).*\bTODO\b.*")
select cFinds comments containing the word "TODO".