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 中的内容
阿神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.