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.

Using jedi fuzzy completions

See original GitHub issue

Jedi recently introduced fuzzy completions (so for example art can match abort), and I’m trying to use it in IPython. I was thinking about:

  • Making fuzzy off by default
  • Adding a configuration option to enable fuzzy completion
  • Adding the code to IPython/core/completer.py

Is it OK if I send a PR with these changes?

Thanks!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ivanovcommented, Jun 3, 2021

thanks for the ping, @MrMino, and the work you’ve put in to make the get_completion_prefix_length in jedi, @infokiller.

I believe the PR for this over here is #12723, so l’ll continue my comments over there.

1reaction
MrMinocommented, May 30, 2021

I don’t have the time to help review it, but I’ll triage here and ping @Carreau and @ivanov, cause maybe they do 😉.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Jedi — Jedi 0.18.2 documentation - Read the Docs
Here is an example video how REPL completion can look like in a different shell. There are two different options how you can...
Read more >
Top 5 jedi Code Examples - Snyk
To help you get started, we've selected a few jedi examples, based on popular ways it is used in public projects. Secure your...
Read more >
Set up Fuzzy Completion for Vim-lsp - jdhao
However, for pyls, the above config does not work. Under the hood, pyls uses jedi for code completion feature (see here). In newer...
Read more >
Dave Halter (@jedidjah_ch) / Twitter
(author of the Jedi autocompletion engine) is rewriting mypy in Rust and ... Features include better call signatures, fuzzy completions a lot of...
Read more >
GETTING 100% COMPLETION IN JEDI: FALLEN ORDER!
GETTING 100% COMPLETION IN JEDI : FALLEN ORDER! | Day 6 | Star Wars : Jedi Fallen Order 100%. 136 views Streamed 4...
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