Is there a way to stop Xcode from inserting a closing parenthesis after typing an open paren followed by a space? Is there a way to stop Xcode from inserting a closing parenthesis after typing an open paren followed by a space? xcode xcode

Is there a way to stop Xcode from inserting a closing parenthesis after typing an open paren followed by a space?


try this:you can uncheck Automatically insert closing braces("}")and/or enable type over completions and/or automatically balance brackets in Obj-c Method callsenter image description here