- Start typing a statement, and press Ctrl+Shift+EnterCtrl+Shift+Enter. The closing punctuation is added, and the caret moves to the next editing position.
For example, start typing a method declaration, and press Ctrl+Shift+EnterCtrl+Shift+Enter after the opening parenthesis:

This will create the entire construct of a method, the caret resting inside the method body:

Start typing a code construct:

After pressing Ctrl+Shift+EnterCtrl+Shift+Enter, the construct is completed, and the caret is placed at the next editing position:


