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

No tab completion after "/ #75

Closed
ipython opened this issue May 10, 2010 · 2 comments
Closed

No tab completion after "/ #75

ipython opened this issue May 10, 2010 · 2 comments
Assignees
Milestone

Comments

@ipython
Copy link
Collaborator

ipython commented May 10, 2010

Original Launchpad bug 267596: https://bugs.launchpad.net/ipython/+bug/267596
Reported by: oc-spam66 (O.C.).

Hello,

if "alpha" is a variable, I can use TAB to complete the statement : "2*alpha", but it does not work for the statement "2/alpha" (I need to add a space after "/" so that it works).

Is there a reason for this difference ? Can it be corrected ?

Regards,

O.C.

(ipython 0.8.4)

@takluyver
Copy link
Member

I guess the reasoning is that tab completion tries to complete anything with a / as a path, not a Python expression.

@ghost ghost assigned fperez Apr 10, 2011
@fperez
Copy link
Member

fperez commented Nov 30, 2011

Yes, and I honestly don't think we can change that without absurd contortions to disambiguate. There's a limit to how much we can read people's minds in the completer :)

Closing, as I simply don't see anything that can be realistically improved/changed here.

@fperez fperez closed this as completed Nov 30, 2011
minrk pushed a commit to minrk/ipython that referenced this issue Jul 1, 2013
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

2 participants