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.
In the end, I decided to rename the @TODOs in the libraries to @TO-DO, which prevents them from being automatically added to my todo list.
It's a bit hackish (especially considering I'll have to do it again every time I update said libraries), but it isn't a problem big enough to warrant spending more time on it.