how to disable auto suggestion in Version 8
See original GitHub issueI find the new auto suggestion mode very distracting. making ipython basically unusable.
How can I disable this? (I would appreciate if you did not enable new features to the UI by default in the future)
From the documation or a grep of *.py files of IPython I could not find how to do it.
I tried in my ipython config file
c = get_config()
...
c.enable_auto_suggest = False
but with no success.
It would be good if you could add a clear documentation on how to disable it in a prominent place.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:17
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Can I turn off Autocomplete in iOS 8? - Apple Community
Settings > General > Keyboards > Predictive can turn the 3 suggestions off. You can also turn off auto-correction and some other things ......
Read more >How to turn off form autocompletion - Web security | MDN
This article explains how a website can disable autocomplete for form fields.
Read more >How do I turn off auto complete in windows 8
Launch the Desktop version of Internet Explorer · Click on the Tools menu - gear at the top right of the IE window...
Read more >How Do I Disable or Clear AutoFill/AutoComplete Information?
In the "Autofill" section, expand the area for which you wish to disable Autofill. Toggle the setting OFF if it is on. The...
Read more >How to Enable or Disable Auto Text Suggestion When Typing ...
How to Enable or Disable Auto Text Suggestion When Typing on Windows 11. On Windows 11, you've been able to get text suggestions...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I install current IPython 8.1 development from git
and in my IPython config file I set
Can autosuggest be an opt-in thing? I really would hate to have to keep disabling it instead of being productive.