markohlebar / Import

Xcode extension for adding imports from anywhere in the code ☝️
MIT License
846 stars 40 forks source link

something wrong #4

Closed kevinYiLin closed 7 years ago

kevinYiLin commented 7 years ago

import just support swift ?

markohlebar commented 7 years ago

Hey @kevinYiLin, in your method, let's say

- (void)someMethod {
#import "SomeImport.h" 
}

Press cmd + ctrl + P while in the #import "SomeImport.h" line and it should automatically put the import in the right place.