Find Unused Files

The Find Unused Files algorithm always analyzes a whole project for files that are not used at all. Files that are not in use can either directly be removed with the help of the Includator Suggestion Dialog or marked as unused in the corresponding files.

As an example, consider the following C++ project:

When running the Find Unused Files algorithm, the file Unused.h will be proposed to be removed as can be seen in the screenshot.