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

tab completion not working #14370

Open
cottrell opened this issue Mar 18, 2024 · 0 comments
Open

tab completion not working #14370

cottrell opened this issue Mar 18, 2024 · 0 comments

Comments

@cottrell
Copy link
Contributor

python 3.12
IPython 8.22.2

Weird erasure of previously typed text.

Screencast.from.2024-03-18.22-07-57.webm

config

c.TerminalInteractiveShell.display_completions = 'readlinelike'
# disabling use_jedi (turning jedi back on seems to fix this https://github.com/ipython/ipython/issues/14118 but I can't remember why jedi was bad ... I think was slow)
c.IPCompleter.use_jedi = False
# see also https://github.com/ipython/ipython/issues/14028 which recommends this
c.IPCompleter.evaluation='unsafe'

Note that if I disable the config it basically doesn't work at all (can't complete past a single dot.

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

No branches or pull requests

1 participant