You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.