question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IPython doing case-insensitive completion

See original GitHub issue

Ipython 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

image

Environment:

Python 3.5.1
Ipython 6.2.1
ipykernel 4.8.0
jedi 0.11.1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
palxexcommented, Aug 12, 2019

…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().

0reactions
MrMinocommented, Mar 27, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found