Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable IDEA auto-closing curvy braces?

Previous versions of idea had option to disable auto-typing "}" after "{", but in last version this option is not present.

It does have option "Insert pair '}' on Enter" but it's not what im looking for - in my case idea makes closing '}' immediatly after pressing '{', not 'Enter'.

like image 978
setec Avatar asked Dec 27 '22 03:12

setec


1 Answers

There is option 'Insert pair bracket' in Settings | Editor | General | Smart Keys. However this option isn't taken into account when '}' in inserted in *.ui.xml files. This problem will be fixed in IDEA 12, thank you for reporting.

like image 96
Nik Avatar answered Jan 04 '23 17:01

Nik