Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make intellij idea to complete insertion by enter? [closed]

When i'm ready to use autocomplete i press enter but instead of getting the completed word the new line is added. What am i doing wrong?

like image 651
sdespolit Avatar asked Dec 12 '12 11:12

sdespolit


2 Answers

Use up/down arrows to select completion variant or set this option to Always:

completion

like image 90
CrazyCoder Avatar answered Oct 06 '22 23:10

CrazyCoder


Yikes, the problem was that i misconfigured keymap. The enter key works by default.

like image 39
sdespolit Avatar answered Oct 07 '22 01:10

sdespolit