IPython doing case-insensitive completion
See original GitHub issueIpython is doing case-insensitive completion when using Jedi.
If I do %config Completion.use_jedi = False
I “temporaly” fix this issue.
Or permanently fix it updating ipython_config.py
May be related to #10969
Environment:
Python 3.5.1
Ipython 6.2.1
ipykernel 4.8.0
jedi 0.11.1
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Case insensitive Tab completion · Issue #21 · ipython ... - GitHub
And if I tab complete in the last item, it puts b. Being case insensitive is a great idea, but it needs to...
Read more >Autocompletion with case insensitive option - Ideas
This case insensitive completion will help interpreter users for easy typing and choose from the available options. And finally, this is ...
Read more >How to get VS-Code style Intellisense(Case Insensitive and ...
In VS Code, If I type 's', it suggests all variables beginning with the letter "S", irrespective of upper/lower case. However, in Jupyter...
Read more >Bug #362568 “Case insensitive Tab completion” : Bugs : IPython
Being able to get autocompletion suggestion in a case insensitive way could be really usefull to many IPython users. I'm talking about something...
Read more >Case-insensitive string comparison in Python - GeeksforGeeks
Case -insensitive means the string which you are comparing should exactly be the same as a string which is to be compared but...
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
…what should I do if I WANT case insensitive completion? For macOS and Windows user that’s better, since the filesystem is case-insensitive too. I think its better introduce a option that configureable in ipython-settings.py, in order to control it. EDIT: found filesystem globbing has no relation with this PR, instead glob.glob().
If someone wants case-insensitive completion, see https://github.com/ipython/ipython/issues/10728#issuecomment-921419106.
The case insensitivity for
%cd
magic has been started within #11850, but it’s probably something that is going to (if not already has been) superseeded by Jedi’s filename completion.