fui icon indicating copy to clipboard operation
fui copied to clipboard

Support #import without spaces

Open tyler8691 opened this issue 11 years ago • 1 comments

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.

tyler8691 avatar Feb 16 '15 18:02 tyler8691

Legit. Would love a PR.

dblock avatar Feb 20 '15 12:02 dblock