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 on sublimeText3 too slow. #1251

Closed
onebits opened this issue Nov 10, 2018 · 4 comments
Closed

Jedi on sublimeText3 too slow. #1251

onebits opened this issue Nov 10, 2018 · 4 comments

Comments

@onebits
Copy link

onebits commented Nov 10, 2018

When I typing code. It's very lagging...
For example:
content = res.content.decode('utf-8')
When I typing these code, on first "c" its lag.. res. its lag..
How to fix it ???
not a large file.
Look when i typing res.
jedi_lag

@davidhalter
Copy link
Owner

Please copy the code here, so we can try to reproduce!

@onebits
Copy link
Author

onebits commented Dec 28, 2018

@davidhalter
import requests
with requests.session() as s:
content = res.content.decode('utf-8')

try to type this.
The isuse was happend from 'content'

@davidhalter
Copy link
Owner

This is not the complete code.

@davidhalter
Copy link
Owner

This can only be fast with #1059. So I close this ticket in favor of that one.

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

2 participants