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?
Ctrl+N
#include <iostream> // 下面在使用的时候会补全 iostream 中的内容
业精于勤,荒于嬉;行成于思,毁于随。
Try YouCompleteMe.
For automatic completion of include files, please use Ctrl+x Ctrl+i, then ctrl+n, ctrl+p to select.
C, you should install ctags
Try YouCompleteMe.
For automatic completion of include files, please use Ctrl+x Ctrl+i, then ctrl+n, ctrl+p to select.
C, you should install ctags