search

Home  >  Q&A  >  body text

vim plugin about auto-completion

Hi, when using Vim, you often need to use the code completion function Ctrl+N,
Is there any plug-in that can complete the content in the header file?

#include <iostream>

// 下面在使用的时候会补全 iostream 中的内容
迷茫迷茫2743 days ago701

reply all(3)I'll reply

  • 怪我咯

    怪我咯2017-05-16 16:43:35

    Try YouCompleteMe.

    reply
    0
  • 阿神

    阿神2017-05-16 16:43:35

    For automatic completion of include files, please use Ctrl+x Ctrl+i, then ctrl+n, ctrl+p to select.

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 16:43:35

    C, you should install ctags

    reply
    0
  • Cancelreply