问题
Lets say I have the next structure
MyProject
|--run.py
|--myclass1.py
|--folder
| |--myclass2.py
Im now editing run.py:
from myclass1 import MyClass1
from folder.myclass2 import MyClass2
jedi vim works great on MyClass1, but when I try anything from MyClass2 it just shows the error:
Omni completion (^O^N^P) Pattern not found
How to make it complete things on myclass2?
来源:https://stackoverflow.com/questions/31094490/cant-use-jedi-vim-on-imported-modules