-
See https://github.com/Valloric/YouCompleteMe/issues/3022.
May or not be related, but we should probably fetch --resource-dir dynamically by looking up the path to the cquery binary.
-
When completing large modules (fmt.) completion time is sometimes > 0.5 seconds, which leads to problems trying to use gocode with YCM [1].
[1] https://github.com/Valloric/YouCompleteMe/issues/742
@V…
-
**My code completion engine is [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) with clangd**
# Original Behavior
In a simple c++ file:
```cpp
namespace fs = std::filesystem;
```
Whe…
-
I'm currently using both youcompleteme and tabnine. When I type 'np.' like in the first image, two suggestions pop up. Even though I select 'abs' by pressing the down arrow key, the inline completion…
-
```
Scanning dependencies of target ycm_core
[ 52%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Candidate.cpp.o
[ 58%] Building CXX object ycm/CMakeFiles/ycm_core.dir/CandidateRepository.cpp.o
…
-
If boost header file included in the sample [main.cpp ](https://pastebin.com/JsBJpgyc)file is commented out, the completition works.
After uncomment the boost include in the sample source file, the c…
-
Is it deliberate to re-clone on update? This takes a while for plugins like YouCompleteMe.
It'd be great to show the commit messages of the pulled commits so that you could review changes.
-
-
Hey all,
Fuzzy completion is awesome—thank you for your work on this—but I was wondering if it could be made even fuzzier, as in Atom’s `ctrl-t` fuzzy finder or the Vim plugin [YouCompleteMe](https:…
-
补全功能git后怎么没有?
![image](https://user-images.githubusercontent.com/12793147/46138213-e3011680-c27d-11e8-862e-97a3d35b60ba.png)
YouCompleteMe 打印出来看到是安装了,我查看里面bundle文件夹都没有呢
![image](https://user-im…