How can I find unused files.

I have a fairly large product which has accumulated lots of cruft over the years.
Is there anyway to search for unused, un-included files, etc ?

0
2 comments

That's not possible. We can only check if function/variable is unused (Code | Inspect code).

0

The closest to what you're looking for is : Remove unused resources. You can learn about it from this video:

https://youtu.be/ik08se5ioyo

0

Please sign in to leave a comment.