Code Completion
Answered
When code completion suggestions come up, is it possible to press the return key and actually create a new line? I want to be able to press tab to select the first code completion suggestion, then press return to have that suggestion printed. But when I just press the return key, I want a new line, not to select a code completion suggestion.
Please sign in to leave a comment.
Shift+Enter creates new line instead of choosing suggestion, you may you it.
Ok, thanks!