We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce
api is just a python package containing 2 files:
api
Here is the file layout:
api/ __init__.py special_module.py
Content of api/init.py is empty.
in some file elsewhere in the project, i type: from api import module special_module
from api import module special_module
i highlight "special_module" and use Goto / Go Definition
Goto / Go Definition
Expected Behaviour I expected to go into api/special_module.py.
Actual Behaviour Anaconda opens api/special_module/init.py instead.
Using ST3 bild 3176 on windows 10 latest version of "Jedi Python autocompletion" v0.14.0
very similar to this bug: DamnWidget/anaconda#768
The text was updated successfully, but these errors were encountered:
Any comment on this issue? It's really annoying...
Sorry, something went wrong.
@daniele-niero I think it's how jedi works. hadn't time to test properly
I didn't use to work like this. Maybe is something changed in Jedi itself?
P.S. sorry for the late reply
No branches or pull requests
Steps to Reproduce
api
is just a python package containing 2 files:Here is the file layout:
Content of api/init.py is empty.
in some file elsewhere in the project, i type:
from api import module special_module
i highlight "special_module" and use
Goto / Go Definition
Expected Behaviour
I expected to go into api/special_module.py.
Actual Behaviour
Anaconda opens api/special_module/init.py instead.
Using ST3 bild 3176 on windows 10
latest version of "Jedi Python autocompletion" v0.14.0
very similar to this bug:
DamnWidget/anaconda#768
The text was updated successfully, but these errors were encountered: