ycm

2023-12-20 21:08
文章标签 ycm

本文主要是介绍ycm,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

问题:
The ycmd server SHUT DOWN (restart with ':YcmRestartServ… using it. Follow the instructions in the documentation.

系统:
mac

解决方案:

  1. xcode-select --install
  2. 子模块的安装
  3. 不要用anaconda安装,用系统自带的。
cd ~/.vim/bundle/YouCompleteMe/third_party/ycmd
cp ycmd/default_settings.json .
python ycmd --options_file default_settings.json

这篇关于ycm的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/517506

相关文章

How to install YCM on Ubuntu16.04 LTS

文章目录 1 Steps1.1 Setup Vundle1.2 Install Vundle1.3 Install YCM core1.3.1 setup languages u want1.3.2 main work 2 Reference 1 Steps 1.1 Setup Vundle sudo apt-get updatesudo apt-get upgrade