-
-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
Description
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.
Reactions are currently unavailable