本文主要是介绍ycm,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题:
The ycmd server SHUT DOWN (restart with ':YcmRestartServ… using it. Follow the instructions in the documentation.
系统:
mac
解决方案:
- xcode-select --install
- 子模块的安装
- 不要用anaconda安装,用系统自带的。
cd ~/.vim/bundle/YouCompleteMe/third_party/ycmd
cp ycmd/default_settings.json .
python ycmd --options_file default_settings.json
这篇关于ycm的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!