youcompleteme Questions

1

On the YouCompleteMe Documentation, there are two options for setting up support for C/C++ semantic support. The first is using a compilation database with CMake (e.g. the file compile_commands.jso...
Worst asked 31/1, 2018 at 16:21

3

I'm using vim with YouCompleteMe (YCM) plugin for C programming. YCM needs a json file to show code completion suggestions or a manually crafted .ycm_extra_conf.py file. Build systems like cmake an...
Interposition asked 1/9, 2018 at 6:5

9

Solved

I installed YCM with vim plug, but I may have shut down before process finished. Now when I start vim I get this error "The ycmd server SHUT DOWN (restart wit...the instructions in the documentatio...
Jarrodjarrow asked 6/12, 2017 at 5:3

6

i have vim 8.2.850. I am trying to install YouCompleteMe. But get this error, when trying to open vim: "YouCompleteMe unavailable: requires Vim compiled with Python (3.6.0+) support" How ...
Moisture asked 22/12, 2020 at 18:7

2

Solved

Default VS Code Intellisense behaviour User is presented with a menu of suggestions User then has to press the Up or Down arrow keys to navigate through the menu Finally user has to confirm with ...

4

Solved

I have followed the instructions from here https://github.com/Valloric/YouCompleteMe and have installed both: Cmake sudo apt-get install build-essential cmake and Python Headers sudo apt-get inst...
Flatiron asked 17/5, 2016 at 13:45

4

Solved

Searching Python 3.6 libraries... Found Python library: /home/luan/anaconda3/envs/za/lib/libpython3.6m.so Found Python headers folder: /home/luan/anaconda3/envs/za/include/python3.6m -- The C comp...
Farah asked 14/12, 2020 at 6:31

3

Solved

My target, if doable, is to have command completion for Haskell in work in Vim, via YouCompleteMe. In this respect, as you can see in the following, I haven't found a consesus yet about how to get ...
Silky asked 27/9, 2020 at 10:1

2

Solved

I just downloaded and stated using the YCM plugin for vim. However I noticed that whenever the auto-complete pops up giving completion suggestions a split window also opens up in my current window....
Polygyny asked 22/7, 2016 at 19:50

1

Solved

I'm using vim on ubuntu 16.04 platform, I found the Youcompleteme plugin always automatically add some unnecessary header file. A simple example like I use libtorch, the torch/torch.h header file ...
Scheer asked 17/2, 2020 at 11:7

2

Solved

I am using Vundle to install YouCompleteMe (YCM). However, I am unable to install it (the installation guide just says running :PluginInstall, but not what to do once the following page opens): ...
Prune asked 23/12, 2017 at 22:51

1

Whenever I open vim, I get the message that Ycm Server has shutdown with exit code -6. The log files contain the following info: 2017-12-23 21:25:50,550 - ERROR - Unable to connect to server Trace...
Insusceptible asked 24/12, 2017 at 2:29

2

Solved

Every time I write a new python source code *.py, the following error message comes up: Error detected while processing BufRead Auto commands for"*.py": E518:Unknow option:set E28:No such highligh...
Hanser asked 12/10, 2016 at 15:40

2

Solved

According to this article code completion should work for any language with youcompleteme plugin. I set it up as follows in Debian Jessie: installed vim from repository installed youcompletem...
Villatoro asked 29/11, 2015 at 12:10

1

Solved

I installed YCM and syntastic for VIM, normally they work fine, but I have problem when it detect some errors in my code, it shows that can NOT find some head files(which is my project head file). ...
Tudela asked 9/1, 2014 at 7:29
1

© 2022 - 2024 — McMap. All rights reserved.