Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Slow autocomplete in Xcode 8

I recently got a 2016 nTB MBP. I started Obj-C in Xcode 8 a few days ago.

What I noticed, that autocomplete is really useful but it's incredibly slow. Even inside an extremely simple class (fractions, just for practice), the delay is very annoying when typing.

Is this normal or it should be smooth?

I removed it with AppCleaner and reinstalled it but it's just the same.

like image 255
zooole Avatar asked Jan 26 '17 00:01

zooole


Video Answer


1 Answers

Tame the beast with:

Xcode | Preferences | General > Uncheck "Show live issues"

BTW None of the answers in the "Possible duplicate" above fixed this for me.

like image 190
CodeWriter23 Avatar answered Sep 19 '22 19:09

CodeWriter23