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

Get jedi completions on only text before the cursor #11063

Merged
merged 1 commit into from Apr 1, 2018

Conversation

takluyver
Copy link
Member

Closes gh-10781

This might make completions less smart in some situations, if Jedi can do intelligent things with the text after the cursor, but it fixes an important case that has been causing annoyances.

Closes ipythongh-10781

This might make completions less smart in some situations, if Jedi can
do intelligent things with the text after the cursor, but it fixes an
important case that has been causing annoyances.
@Carreau
Copy link
Member

Carreau commented Apr 1, 2018

+1 as a workaround, but we should have a proper fix at some point.

@takluyver
Copy link
Member Author

I agree. I put some ideas about how to do this check more robustly in #11064.

@Carreau Carreau merged commit 25a9c9d into ipython:master Apr 1, 2018
@takluyver takluyver deleted the i10781 branch April 1, 2018 19:48
@takluyver
Copy link
Member Author

Thanks! This was the last thing open for 6.3. Is there anything else you can see that should happen before a release? If not, I'll try to get 6.3 and 5.5 out tomorrow.

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

Successfully merging this pull request may close these issues.

Invalid path completion when not at end of string
2 participants