Ever since Xcode 7.3 the autocompletion or code completion doesn't work properly.
I have tried:
- Deleting Derived Data folder
- Clean Targets and Build
- Reinstalling Xcode
It does autocomplete after you type it out fully the first time. But if you haven't referenced it once (i.e. like enums) it only shows what you typed out before (not showing full list of enums). Pressing escape doesn't help either.
Any other suggestions? Or anyone else experiencing the same?