You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ..
The text was updated successfully, but these errors were encountered:
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.
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
.
.The text was updated successfully, but these errors were encountered: