In Vim we can use Ctrl + N
or Ctrl + P
to finish code completion. How to configure it in IdeaVim for IntelliJ?
As of IntelliJ IDEA Community Edition v2020.1.1 with IdeaVim v0.57 plugin, what enables me to auto-complete code as well as cycling through suggestions with with Ctrl+N is the following:
If like me, you had added the following to your .ideavimrc:
imap :action HippieCompletiona
imap :action HippieBackwardCompletiona
Comment those two lines out by prepending them with ", or delete them.