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
Just a minor unwanted behavior i spotted:
In the auto-completion window, where it shows the docs of the function it suggests to complete, the function's signature and its doc are both shown with an extra newline. Its useless and takes up more space from the window.
with "ide-python" 's completion:
and just for reference, with "autocomplete-python" 's completion:
Personalty I think the latter is the desired behavior.
I hope you agree.