fui icon indicating copy to clipboard operation
fui copied to clipboard

fui name is misleading

Open kenji21 opened this issue 10 years ago • 4 comments

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

?

kenji21 avatar Nov 30 '14 12:11 kenji21

You can use AppCode do that for you.

orta avatar Jan 21 '15 21:01 orta

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

kenji21 avatar Jan 21 '15 21:01 kenji21

I agree that this name is misleading. Something like "Find class files that never gets imported" may make more sense.

haojianzong avatar Oct 08 '15 09:10 haojianzong

+1 this bug

kwasimensah avatar Jan 26 '16 16:01 kwasimensah