I was looking for a tool that can help me to remove unused #import at top of a class.
This utility is nice, but it does not "find unused import", but find unused class (as stated in the readme).
Is it possible/expected to have the fui command tell :
SomeClass.m:14 unused import of SomeOtherClass.h
?
I was looking for a tool that can help me to remove unused #import at top of a class.
This utility is nice, but it does not "find unused import", but find unused class (as stated in the readme).
Is it possible/expected to have the fui command tell :
?