我正在为 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
有人做过这个设置吗?