How to move out of auto-completed brackets in IntelliJ IDEA (without using the arrow keys)?

前端 未结 10 713
遥遥无期
遥遥无期 2020-11-28 03:04

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 fin

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 03:28

    Ctrl + Shift + Enter does not seem to work for me in IDEA 12.1.4, but I found the closest feature to what I was looking for was Shift + Enter. This completes the line, creates a new line below the current line and moves the cursor to it.

提交回复
热议问题