How do I turn off the automatic closing of braces in IDEA?

Previous versions of the idea had the ability to disable automatic typing "}" after "{", but the latest version does not have this option.

It has the option "Insert Pair"} "on Enter", but that's not what they want - in my case, the idea immediately closes the "}" after pressing "{" rather than 'Enter'.

+3


source to share


1 answer


In "Settings" there is an option "Insert paired parenthesis". Editor | General | Smart Keys. However, this parameter is ignored when "}" is inserted into * .ui.xml files. This issue will be fixed in IDEA 12, thanks for the post.



+9


source







All Articles