search

Home  >  Q&A  >  body text

vim - 为什么用 YCM 补全 python 无法补全第三方库?

可以补全 print, str.count 这样的函数,但是不能补全第三方库(比如 numpy)的函数,请问这是为什么呢?平台:Mac,vim 已带 python

ringa_leeringa_lee2769 days ago416

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 16:18:40

    YCM is just a vim plug-in after all. Its functions are limited after all, but it is powerful enough. You don’t need too many prompts in a language like Python. Many things are more semantic and easy to learn.

    reply
    0
  • Cancelreply