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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Sometimes when I edit Rust file it reports a red message( It really good ) but after correct, it takes a while to index or detect so that really annoying and uncomfortable.
Can it be index fast like clangd?
I use coc-rls to support for coc.nvim. I thought it is an issue with coc-rls but they answered me that the slow performance is caused by rust-lang-server. The answer is here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes when I edit
Rust
file it reports a red message( It really good ) but after correct, it takes a while to index or detect so that really annoying and uncomfortable.Can it be index fast like
clangd
?I use
coc-rls
to support forcoc.nvim
. I thought it is an issue withcoc-rls
but they answered me that the slow performance is caused by rust-lang-server. The answer is here.The text was updated successfully, but these errors were encountered: