Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline completion #327

Open
thomasballinger opened this issue Aug 9, 2014 · 0 comments
Open

Multiline completion #327

thomasballinger opened this issue Aug 9, 2014 · 0 comments

Comments

@thomasballinger
Copy link
Member

While editing the second line of

>>> reduce(lambda x, y: x * y,
           [1, 2, 3

the function help doesn't show up anymore, and

>>> d = {123:456}
>>> d[
...   12

doesn't tab complete.

All completion and docstrings should be multiline-aware.

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

No branches or pull requests

1 participant