How to configure in IdeaVIM Ctrl + N and Ctrl + P completion from Vim?

前端 未结 6 1539
栀梦
栀梦 2021-01-31 08:42

In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ?

6条回答
  •  粉色の甜心
    2021-01-31 09:03

    Alt + / and Alt + Shift + / work both in plain IntelliJ and with IdeaVim installed.

    Please see documentation on JetBrains page - it's called Hippie Completion (newer versions call this completion Cyclic Expand Word).

    And of course you can always use Ctrl + Space, Ctrl + Shift + Space, Ctrl + Alt + Space.

提交回复
热议问题