在Vim(使用YouCompleteMe)中,我可以限制显示的可能完成次数吗?


-1

我正在使用YouCompleteMe在Vim中完成标识符。我想限制完成弹出窗口的大小,以便它永远不会超过5个条目。可以这样做吗?


插件的文档在这个问题上说了些什么?
romainl 2014年

@romainl链接页面是文档; 据我所知,它对此事保持沉默。
欧文

所以你已经有了答案。
romainl 2014年

Answers:


1

'pumheight'选项设置菜单的最大高度。但是,它并没有限制建议的数量。只有负责收集这些建议并将其提供给完成菜单的脚本才能决定要显示的建议数量。

如果YCM不这样做,请向作者发送正式的功能请求。

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.