Open kenji21 opened 9 years ago
You can use AppCode do that for you.
My idea was to use this in continuous integration (so server side, headless), just before using https://github.com/nst/objc_dep to make a graph of classes
I agree that this name is misleading. Something like "Find class files that never gets imported" may make more sense.
+1 this bug
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 :
?