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

前端 未结 10 705
遥遥无期
遥遥无期 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:29

    Such key is called "End".

    You can assign any unused shortcut to "Move Caret to Line End" action in "Settings/Preferences | Keymap".

    P.S. You can use Ctrl+Shift+Enter to complete your statement (in your case it will place caret at the end of line and will add ";" there) -- action called "Complete Current Statement" and shortcut can be checked/changed in a same way as described earlier.

提交回复
热议问题