ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

Hinterland autocompletes code too fast #1484

Closed rasbot closed 4 years ago

rasbot commented 4 years ago

When typing code quickly, hinterland always will complete my code for me while I'm typing. It forces me to slow down, weather I want the code suggested or not. An example would be something like:

my_variable = 3.4 print(my_variable)

When typing the print statement, if I am typing quickly, hinterland will autocomplete my code so I end up with something like:

print(my_variableariable)

Which I then have to backspace a bunch of times to undo. If I slowdown it will hint but not autocomplete my code. I am not sure how to turn off autocomplete since I would much rather prefer to hit enter if the suggestion matches. I do want hints but due to the unpredictability of when hinterland decides to autocomplete, I want to turn that function off but do not see an option.

rasbot commented 4 years ago

This issue has already been opened.

ML-Chen commented 4 years ago

(Duplicate of https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1475)

Yeah, this is really frustrating.

abc1044 commented 4 years ago

Take a look at this solution #1381