YCM 支持标准 python 库
YCM support for standard python libraries
我正在为 python 开发设置我的 Vim 环境,到目前为止设法安装了 YCM 并厌倦了它。
它与 类 一起工作正常,内置变量等方法..
但是我可以获取库的方法吗,例如:
from time import localtime
time_now = localtime()
hour = time_now. ==> I need to see the list of of options here
有人做过这个设置吗?
我正在为 python 开发设置我的 Vim 环境,到目前为止设法安装了 YCM 并厌倦了它。
它与 类 一起工作正常,内置变量等方法..
但是我可以获取库的方法吗,例如:
from time import localtime
time_now = localtime()
hour = time_now. ==> I need to see the list of of options here
有人做过这个设置吗?