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

Jedi Vim async autocompletion #569

Closed
aliev opened this issue May 14, 2016 · 4 comments
Closed

Jedi Vim async autocompletion #569

aliev opened this issue May 14, 2016 · 4 comments

Comments

@aliev
Copy link
Contributor

aliev commented May 14, 2016

sometimes it is very annoying when you need to wait until the auto complete to be done (in this case, the editor will be blocked until completion).

is it possible to use a new patch of vim (and neovim) to implement asynchronous autocompletion?

gitgutter async example airblade/vim-gitgutter@882073f#diff-302765a6376ab8c93ca461ad1fdb5d7dL14

Thanks!

@blueyed
Copy link
Collaborator

blueyed commented May 14, 2016

You should use deoplete for this.
It will use Jedi as a backend for Pyhthon.

But we should use this method to fix #568, and also for the call signatures.

@aliev
Copy link
Contributor Author

aliev commented May 14, 2016

@blueyed but deoplete is only for neovim...

@aliev
Copy link
Contributor Author

aliev commented May 14, 2016

@blueyed I mean we're waiting for vim 8 (https://github.com/vim/vim/blob/master/runtime/doc/version8.txt) and we can use/realize some features now. There are jobs and times which can improve jedi autocompletion :)

@davidhalter
Copy link
Owner

I'm waiting for davidhalter/jedi#385

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants