In Eclipse (HELIOS) there is an option to scan all source code and search for task tags such as “TODO”, “FIXME” etc.
The result is then shown in a fine list.
One can access this list by: Windows->Show View->Tasks.
However, it also scans resources directory and libraries, whose task tags are not of my interest.
How can I filter Task Tags searching by directory exclusion filter?
10x
In Eclipse (HELIOS) there is an option to scan all source code and search
Share
Unfortunately, the answer is that this is not currently possible. You can configure the set of task keywords on a per-project basis along with the priority of each, but no more than that.