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

Get code completions asynchronously #252

Open
Boddlnagg opened this issue Oct 31, 2016 · 2 comments
Open

Get code completions asynchronously #252

Boddlnagg opened this issue Oct 31, 2016 · 2 comments

Comments

@Boddlnagg
Copy link
Contributor

Boddlnagg commented Oct 31, 2016

Currently on every keystroke racer.exe (and depending on configuration also rustc --print sysroot) is run synchronously to fetch code completions, leading to delays while typing. Racer should be invoked asynchronously instead, if possible.

See also #251 for some prior discussion.

@Vbif
Copy link
Contributor

Vbif commented Oct 31, 2016

Maybe we need swich to RLS first

@xilec
Copy link
Contributor

xilec commented Oct 31, 2016

RLS is in pre-alpha stage now. I suppose it is too early time for switching to RLS.

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

4 participants