Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 adds two dots (periods) when coding in Swift for prediction

Whenever I am typing and want to access functions for a specific object, Xcode adds a second dot after the first one that I have typed. This is frustrating because I have to manually remove one of them every time.

Is there a way to change this?

Here is what I am talking about

like image 394
juliensaad Avatar asked Jun 04 '14 13:06

juliensaad


1 Answers

If your swift files contain Unicode characters, auto completion will fail even if the characters are comments. So just delete all the Unicode characters, and the auto completion feature will work well !

like image 166
Michal Zaborowski Avatar answered Nov 09 '22 23:11

Michal Zaborowski