Let wing automatically disable the auto-completion suggestions for the already imported names on the same line.
Hi,
Say for the following code line:
from aiida.orm import Code
If I continue to do the importing on the same line as following:
from aiida.orm import Code, C<tab>
Then the wing will still show the Code as one of the candidates for completion. But it's obviously that there is no need to let wing give the auto-completion suggestions for the already imported ones on that line.
Regards
Comments