Xcode 4: How to add a delay to auto completion
Xcode 4 brings amazing auto completion at your fingertips with the new source editors. For some weird reason, however, they removed the option to delay when it shows up. I tend to type extremely fast at times and having the auto complete constantly trying to suggest stuff can get in the way.
Want to turn it back on? Just run the command below in terminal: Change the delay to you’re liking I find 0.1 to be the perfect balance.
-Robert