Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AppCode: Turn off automatic matching brace

How do a I turn off AppCode generating a closing brace } whenever I type the opening brace { character?

What I've Tried:

I looked through: Settings --> Code Style --> Objective-C and then selected "Wrapping and Braces" and in that list, nothing jumps out as disabling the automatic right brace.

With such a sophisticated set of customizations, I know it has to be there!

Update:

Here's a visual on the answer provided by @pjumble

enter image description here

like image 854
idStar Avatar asked Jan 27 '12 18:01

idStar


1 Answers

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

like image 165
pjumble Avatar answered Sep 27 '22 22:09

pjumble