gpt4 book ai didi

python - 重新编译 Vim for pythoncomplete#Complete on modules *other* than standard library?

转载 作者:行者123 更新时间:2023-11-28 18:55:47 24 4
gpt4 key购买 nike

我喜欢对 Vim 使用 pythoncomplete#Complete omnicompletion,但它不适用于标准库以外的 Python 模块。

有没有办法重新编译 Vim,以便它可以在非标准库模块上工作?

我已经尝试过 pysmell 等。等,但它们的工作效果不如 pythoncomplete#Complete。这是针对 Windows 机器的。

最佳答案

您是否尝试过在启动 Vim 之前设置 PYTHONPATH?

你也可以在 Vim 中修改路径,方法是:

:python import sys
:python print sys.path
:python sys.path.append(...)
... etc

关于python - 重新编译 Vim for pythoncomplete#Complete on modules *other* than standard library?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1991865/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com