fui
fui copied to clipboard
Support #import without spaces
I noticed that if you have a file that is imported and accidentally missing a space
#import"filename.h"
it is not counted and therefore the file can be marked as unused even if it is. The #import search should ideally be a regex that supports any amount of spaces.
Legit. Would love a PR.