Xcode no longer auto-completes #import statements

Launch Xcode 6.3.2 OSX 10.10.3. On my rMBP 2012, Xcode is not autocomplete #import operators, but my rMBP 2014 is.

It is able to autofill code fragments and other code operators.

I don’t know what other information I can give, it just started a few months ago.

+4
source share
1 answer

I ran into this error and found that this is only a problem if you actually fully type:

#import "

and then try adding the first letters of the file you are looking for, it will not be autocompleted at all. However, if you simply type:

 #im

then you will receive an autocomplete offer: enter image description here

"Enter", , , , : enter image description here

Apple , , , , , #import.

+2

All Articles