Is there a way to filter out or ignore the TODOs coming from specific files?
My todo list is overrun with todos coming from libraries rather than my own code. Since the libraries are included in my project, filtering by project doesn't solve the issue.
I could delete those todos or rename them, but I'd rather set Netbeans to ignore them if possible.