Skip to content
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

limit completions to fields present in __all__ #715

Closed
Carreau opened this issue Apr 6, 2016 · 1 comment
Closed

limit completions to fields present in __all__ #715

Carreau opened this issue Apr 6, 2016 · 1 comment
Labels

Comments

@Carreau
Copy link
Contributor

Carreau commented Apr 6, 2016

Hi,

Would it be conceivable to have an option, so that when using Interpreter, completion would be limited to the fields present in __all__, if __all__ is present of course.

I think that one of the usage of all is to hide the underlying complexity of a module/class/object, so it seem logical to also hide it during completion.

One possibility would be to hide this only when completing just after a ..

@davidhalter
Copy link
Owner

This is a hard issue to tackle. At the moment I don't think it is technically feasible and there's also #11 that tried to suggest the exact same thing.

I'm closing, because this s really not on the roadmap. If somebody wants to tackle it, feel free. But it might take you one or two months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants