Is it just mine or is it really a bug? After the update the intellisense seems to be not working at all especially with class declarations. Has anyone filed a bug report for this??
Asked
Active
Viewed 2,863 times
7
-
Does it work with ctrl + space? – Tomer Jun 13 '16 at 11:41
-
yes but that kills the point of ease doesn't it. It wasn't like this before. Even after ctrl+space it doesnt show the class. Specially happens when you newly import some class and try to declare a variable right after that – Harris Jun 13 '16 at 11:43
-
1Does [this question](http://stackoverflow.com/questions/36169099/xcode-7-3-autocomplete-is-so-frustrating) help? – Tomer Jun 13 '16 at 11:46
-
Yes, the answer with the most upvotes there helped my case – Harris Jun 13 '16 at 11:54
-
Should I post it as an answer? – Tomer Jun 13 '16 at 11:58
3 Answers
10
Did you try removing Xcode's Derived Data directory?
Go to Xcode > Preferences... > Locations. In Derived Data section you'll find path to mentioned directory. Go to that directory, exit Xcode, remove directory and relaunch Xcode.
It helped when I was having issues with code completion.

tahavath
- 234
- 2
- 9
0
Press Command+Shift+Alt+K
and restart "Xcode".
OR
Press Command+Shift+option+K
and restart "Xcode".

Sohil R. Memon
- 9,404
- 1
- 31
- 57

Bhadresh Mulsaniya
- 2,610
- 1
- 12
- 25
0
As this answer says, try to clear the checkbox "Enable type-over completions" under XCode -> Preferences -> Text Editing to solve problems with auto completion in Xcode 7.3.