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