youcompleteme 自动补全
Posted 南瓜
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了youcompleteme 自动补全相关的知识,希望对你有一定的参考价值。
1. 拷贝配置文件
cp ~/.vim/bundle/YouCompleteMe/cpp/ycm/.ycm_extra_conf.py ~/.vim/.ycm_extra_conf.py
2. 修改配置文件~/.vim/.ycm_extra_conf.py
添加:
‘-isystem‘,
‘/usr/include‘,
‘-isystem‘,
‘/usr/local/include‘
3. 修改~/.vimrc
let g:ycm_global_ycm_extra_conf=‘~/.vim/.ycm_extra_conf.py‘
let g:ycm_seed_identifiers_with_syntax = 1 "C/C++关键字自动补全
以上是关于youcompleteme 自动补全的主要内容,如果未能解决你的问题,请参考以下文章