Skip to content

IPCompleter doesn't work inside tuples/arrays #14585

@divyansshhh

Description

@divyansshhh

Consider the following snippet -

y = "abc"
x = (1, y.<tab>

This doesn't return any autocomplete suggestions. This is fixed by enabling jedi but can we look into fixing this for the IPCompleter?

This is reproducible on both ipython v8.22.0 and v8.28.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions