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

How to get completions and signatures only when we press <c-space> and <s-tab>? #1081

Open
harishpvv opened this issue Mar 31, 2022 · 1 comment

Comments

@harishpvv
Copy link

Hello, newbie to jedi-vim here, first of all thanks for developing this, it is really helpful.

When autocompletion is on it is taking sometime to load functions, and I could not able to type in meantime. And auto showing of signatures is also a bit distracting. Can you guys help me in this regard?. Thanks.

@davidhalter
Copy link
Owner

You can change the signatures (see docs). Completion is synchronous in jedi-vim. If you want it async you could use language servers for example. Jedi can also be used as a language server.

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

No branches or pull requests

2 participants