Is there a plugin for vim to auto-import python libraries? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . In eclipse you can hit Ctrl+Shift+o to automatically import all the libraries you reference in your code. Is there any similar plugin for vim to have this feature with python? 回答1: There is ropevim . It is available on pypi as well The autoimport (adds missing imports) and organizeimport (reorder imports) features