-
-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
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
Jedi doesn't show available methods for instances #558
Comments
Hmm, what's your Jedi version? Have you tried the latest master branch? |
Yes, I have tried using the latest master branch in a fresh python virtual environment with only matplotlib installed. |
Could this be related to Issue 372? I get autocomplete for
|
Can you give me the completion output of just |
...so everything seems to be in order. Still, no completion shows when used in Emacs. I find it strange that it finds completions for other, "simpler", types, though. As the list example above. I'm not sure whether this is an |
What you missed is that So what's happening here is simple, This is not a bug - it's simply one of the things Jedi - at the moment - cannot understand, so I'm closing it. |
That explains it. Thanks for the thorough follow-up. And this is the same for numpy arrays? |
If they are not working - yes! (I know that it's a function, so...) |
(This is a repost from the emacs-jedi issues, Issue #212.)
My configuration of jedi won't show available methods for an instance of a class, only for the class itself. The following will give no completion at the point
while a corresponding plt.Figure instead of fig. will show all available methods. Does anyone have an idea of what may be wrong?
The text was updated successfully, but these errors were encountered: