这是一个创建于 3915 天前的主题,其中的信息可能已经有所发展或是发生改变。
YCM用了一年多
有个问题一致没搞明白其到底支不支持
-----------------
dir1/
|- dir2/
|- a.py
b.py
-----------------
假设dir在PYTHONPYTHON里面
a.py里面有很多函数
假设为 hello(), hero(), haha()
现在b.py中
from dir1.dir2.dir3 import a
a.
这里,YCM支不支持补全a中的函数名,支持的话如何配置>_<
附配置:
"在注释输入中也能补全
let g:ycm_complete_in_comments = 1
"在字符串输入中也能补全
let g:ycm_complete_in_strings = 1
"注释和字符串中的文字也会被收入补全
let g:ycm_collect_identifiers_from_comments_and_strings = 1
"语言关键字补全, 不过python关键字都很短,所以,需要的自己打开
"let g:ycm_seed_identifiers_with_syntax=1
1 条回复 • 1970-01-01 08:00:00 +08:00