每当我输入左括号}
字符时,如何关闭AppCode生成右括号{
?
我查看了:设置 - >代码风格 - > Objective-C然后选择“Wrapping and Braces”并在该列表中,没有任何内容跳出来禁用自动右支撑。
有了这么复杂的自定义设置,我知道它必须在那里!
这是@pjumble
提供的答案的视觉效果
答案 0 :(得分:5)
关闭"AppCode" -> "Preferences" -> "Editor" -> "Smart Keys" -> "Insert Pair Bracket"
和"Insert Pair '}'"
答案 1 :(得分:0)
选择Xcode>首选项,单击文本编辑,然后取消选择Automatically insert closing ‘}’
。