Xcode 7: intellisense not working correctly

When I fx write something like var temp:Int = 1 intellisense suggest 1000 or other numbers starting with 1.

Also intellisense show me all the variables from my code and I'm not sure is should do that.


How do I fix this issue?

Replies

You would have to ask the developers of whatever IDE you're using that has a feature called "intellisense". 😀 That's not an Xcode feature.


But just in case you're actually talking about Xcode's code completion. Myself I just hit escape and don't worry about it. It's not user configurable. You can file a bug if you like (Report Bugs link at the bottom of every forum page).

Yes I'm of cause talking about code completion.

Old Visual Studio habbit.


I really like code completion, så Escape is not an option for me.