I recently switched from Eclipse to IntelliJ IDEA, and found myself wondering how to move the cursor out of a pair of auto-completed brackets.
In Eclipse after I finished typing in a pair of brackets, pressing tab brings me out of the brackets. How can I do the same thing without using the arrow keys?
Many thanks for your help!
IDEA doesn’t have such feature yet. The closest equivalent is the
Complete Current Statementeditor action (Ctrl+Shift+Enter).UPDATE
Initial implementation for this feature is available in 2018.2 EAP version – press Tab to jump out.
It works more like in MS Visual Studio – without visual indication of tab ‘exit’ position. For now, it should work in Java, SQL, Python and some other files. It will take some time for other languages to catch up – some language-specific code changes are required.
The feature is disabled by default, you can enable it in