How to surround code by curly braces in IntelliJ IDEA?

Pavel picture Pavel · Mar 18, 2013 · Viewed 20.2k times · Source

How to surround code by curly braces in IntelliJ IDEA? Is there any keyboard-shortcut for such operation?

Answer

Ajang R picture Ajang R · Feb 28, 2016

Just configure Smart Keys as follow:
IDE Settings > Editor > General > Smart Keys > Surround selection on typing quote or brace.

enter image description here

From the IntelliJ built-in help:

If this check box is selected, the selected text on typing a quote, double-quote or brace, will be surrounded with these characters.

If this check box is not selected, then the typed quotes, double-quotes or braces will replace the selection.