2 spaces between from and module name makes tab complete loses state on valid imports #10635

Open
mpacer opened this Issue Jun 1, 2017 · 0 comments

Comments

Projects
None yet
1 participant
Contributor

mpacer commented Jun 1, 2017 edited

Attempting to tab complete to: from IPython.display import SVG at the point of from IPython.display import SV all that it offered as a possible completion was %%SVG.

The problem seems to be that the two spaces between from and IPython.display are causing it to not realise that its still in an import statement.

Note if jedi is installed on the command line there is a related but slightly different problem. jedi seems to know that the completion should be (uniquely) SVG but it is also populating the options with %%SVG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment