Skip to content

IPCompleter.greedy prevents filename tab completion #5646

@anjiro

Description

@anjiro

IPython v 2.0.0, vanilla configuration.

Previous to setting IPCompleter.greedy, I get filename tab completion inside of quotes. Afterwards, I don't:

In [1]: open("/tmp<TAB>
/tmp/randomfile1
/tmp/randomfile2
...
In [2]: %config IPCompleter.greedy = True
In [3]: open("/tmp<TAB>

Now I just get an error beep.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions