1
Vote

No completions for multiline from-imports

description

Module members are not shown at the |, you get all global members instead:
from sys import (
    |

comments

Zooba wrote Mar 20 at 4:40 PM

There is a (failing) test case for this now, but the problem is that we use an explicit check for an empty line rather than the reverse expression parser.