Questions tagged «plugin-you-complete-me»


1
为什么YouCompleteMe无法完成函数参数?
我想在C ++语义完成中使用YouCompleteMe,但是经过数小时的尝试,我找不到为什么它无法按预期工作。 一切似乎都正常,但是我无法完成函数参数。 我在Archlinux(Openbox上的Gnome Terminal)上运行Vim: Linux Arch-PC 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux 我按照说明(带有install.py脚本和clang支持)安装了YCM 。我还尝试了AUR YCM软件包,并遇到了同样的问题。 YcmDebugInfo: Printing YouCompleteMe debug information... -- Server has Clang support compiled in: True -- Clang version: clang version 3.7.0 (tags/RELEASE_370/final) -- Flags for /home/arthur/vimtest/main.cpp loaded from /home/arthur/vimtest/.ycm _extra_conf.py: …

1
使用YouCompleteMe时如何限制建议数量?
我正在开发相当大的php代码库(约130万行代码)。我已经生成了标签,现在当我输入类似 $data-> 当试图从标签中获取所有可能的补全列表时,YouCompleteMe确实非常落后,并且基本上冻结了Vim。有没有办法来解决这个问题?例如,通过限制建议数量,例如仅显示10个热门建议,而不是加载整个列表。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.