How can I dumb down the PhpStorm editor?

I'm new to PhpStorm and trying to decide between it and VS Code for PHP development.  PhpStorm is looking good but the editor is driving me nuts by auto adding and formatting braces.  

If I type an ‘if’ statement and add an opening brace on the line below, the editor immediately adds a closing brace and outdents it to align with the ‘if’ above.  I've been coding since the 90s and was brought up on Whitesmiths indenting.   I've long since given up expecting that to work automagically but I just want the editor to accept what I type and not mess about with it.  Is that possible?  I've been all over the settings pages, turned auto-completion off, turned smart keys off, etc etc, but it still messes with what I type in.  In VS Code I can get the editor to play dumb, surely PhpStorm can do the same?

0

Please sign in to leave a comment.