Which key skips to the end of code-completion insertions?
Fo开发者_Go百科r example, you type an apostrophe to start a string and Idea puts the closing apostrophe there for you with the caret in the middle. You type your string.
Now to get over the last apostrophe to continue coding, I haven't found a way other than the right cursor key (or END) to move past the closing apostrophe, which are both very slow to reach on the keyboard.
Is there a built-in alternative?
You can type the closing apostrophe manually that IDEA will ignore and put you outside of the string, or you can use the SmartType completion (Ctrl+Shift+Space).
精彩评论