YCM

 进入目录执行下面命令
cd YouCompleteMe
git submodule update --init --recursive

5. 安装
仅安装支持Python的版本:

./install.py
安装支持C语言家族的版本:

./install.py --clang-completer
安装支持go语言的版本:

./install.py --go-completer
安装支持Js、Java、Python、go所有语言的版本:

./install.py --all

https://zhuanlan.zhihu.com/p/54074345

http://ycm-core.github.io/YouCompleteMe/#linux-64-bit

原文地址:https://www.cnblogs.com/Searchor/p/13510952.html