Is there a way to easily identify useless import, export and using statements

Related:

I don’t think that it is possible to detect “useless” exports, though. Exported symbols are meant to be used by “others”, not by the source.

1 Like