Using jedi fuzzy completions
See original GitHub issueJedi 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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
I don’t have the time to help review it, but I’ll triage here and ping @Carreau and @ivanov, cause maybe they do 😉.