Appcode: disable auto-binding

How to disable AppCode by creating a closing bracket }whenever I type a character {to open a shape?

What I tried:

I looked at: Settings โ†’ Code Style โ†’ Objective-C, and then selected โ€œWrap and Bindingsโ€ and nothing jumps out of this list like disabling the automatic right bracket.

With such a complex set of settings, I know that he should be there!

Update:

Here's a visual answer provided by @pjumble

enter image description here

+5
source share
2 answers

Disable "AppCode" -> "Preferences" -> "Editor" -> "Smart Keys" -> "Insert Pair Bracket"and"Insert Pair '}'"

+5
source

Choose Xcode> Preferences, click Edit Text, and deselect Automatically insert closing โ€˜}โ€™.

0
source

All Articles