xcode6 - Xcode no longer autocompletes #import statements -


running xcode 6.3.2 osx 10.10.3. on rmbp 2012, xcode isn't auto-complete statements #import, rmbp 2014 is.

it's able autocomplete code snippets , other code statements.

not sure other information can give, started happening couple of months ago.

i ran bug , found it's problem if type in:

#import " 

and try add first letters of file you're looking for, not autocomplete @ all. however, if type:

 #im 

then autocomplete suggestion: enter image description here

and can press enter , cursor placed inside quotes , once start typing autocomplete suggestions:enter image description here

i filed bug report apple regarding this, fixed, can around autocompleting #import directive itself.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -