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

feat(experimental): fix tab completions #444

Merged
merged 1 commit into from Sep 26, 2022
Merged

feat(experimental): fix tab completions #444

merged 1 commit into from Sep 26, 2022

Conversation

machow
Copy link
Owner

@machow machow commented Sep 20, 2022

  • Wraps the _jedi_matches function from IPython, rather than vendoring it.
  • Now sorts results so column names are first.

TODO: validate this works on vscode (from pairing, it looks like it doesn't) works, see comment below

@machow
Copy link
Owner Author

machow commented Sep 26, 2022

Ah, @isabelizimm uncovered that you can use these settings in vscode to enable:

  • "python.languageServer": "Jedi"
  • "jupyter.enableExtendedKernelCompletions": true

@machow machow marked this pull request as ready for review September 26, 2022 13:34
@machow machow merged commit fc462c8 into main Sep 26, 2022
@machow machow deleted the feat-completer branch September 26, 2022 13:36
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.

None yet

1 participant