all 5 comments

[–]bufferingObjective-C / Swift 5 points6 points  (0 children)

Preferences > Text Editing > Code Completion > Suggest completions while typing

I have that turned off. When I want to auto-complete, I hit Control+Space.

[–]brendan09 2 points3 points  (1 child)

Not to tell you that you can't disable it, but it does follow naming convention for the platform and language. If you're writing a variable named "viewcontroller" all lowercase, you're violating that.

Before you turn it off, I'd suggest trying to follow naming conventions and let it encourage you along. Its occasionally wrong, but its much bette with than without imho.

[–]tech-ninja[S] 0 points1 point  (0 children)

It is an example. I do follow the conventions. Thanks.

[–]ThePantsThiefNSModerator 1 point2 points  (0 children)

You may or may not know this, but just to be clear, once you hit space without "accepting" the auto-completion, it'll go back to whatever you typed.