-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Switch between completing everything and only names in __all__ in from imports #11
Comments
I'll try this myself if I find the time, just wanted to write down the idea :) |
First, the example you give is not correct, because That said, it is important to note that star imports are not that important, actually I think you shouldn't use it at all (which you are not saying of course). I once wanted to check for |
I'm well aware of how |
Yeah, probably you're right. It could be an option in |
I'm closing this because of no activity and the lack of interest in the community (I myself am not interest in this option anyway and think that it's hard to do with Jedi). However if somebody wants to do that. Feel free. |
When completing here
from pkg.mod import <tab>
make it possible to only display names present in the module's
__all__
list.Realize this as a mapping, maybe only present when the popupmenu is open (toggle).
The text was updated successfully, but these errors were encountered: