Disable auto-closing for quotes/parentheses in editor?

I just started using Xcode (12.3) and tried disabling all auto-closing and autocompletion in the preferences but still get auto-closing parentheses, quotes, etc. Like when I am typing a string in quotes. I really hate this feature in every editor I come across nowadays. I understand that I can just type the double quote as if it's not there and it works itself out. But was hoping there is a way to just disable that feature altogether.
I did not find it either.

I tried this which did not work:
https ://bear.app /faq/How%20to%20disable%20smart%20quotes%20and%20dashes/

BTW, that made me stumble on another problem in this area:
https://developer.apple.com/forums/thread/669578

I'm the same, I don't find autoclosing ", (, etc a time saver but rather a hindrance to coding, Id love to turn all auto-closing garbage off

maybe if on a press of the 'tab' key the curser would skip over the auto-inserted-closed ", (, etc instead of inserting a tab space then this would be a bit more productive feature

At first I thought I was going to find that this was yet another situation where Apple "decides what we really want, even if we don't". But I found the answer to this. You can disable this behavior under Preferences - Text Editing - Editing and UNCHECK "Enable Typeover Completions". I couldn't find this previously because, for the life of me, I couldn't figure out what they meant by "Typeover Completions"! Also, several other options have tooltips... this one, with it's enigmatic description, doesn't have one.

Disable closing braces:

Xcode > Settings... > Text editing > Editing > Automatically insert closing braces > Disable checkbox

Disable closing quotes:

Xcode > Settings... > Text editing > Editing > Enable type-over completions > Disable checkbox

Disable auto-closing for quotes/parentheses in editor?
 
 
Q