-
Notifications
You must be signed in to change notification settings - Fork 271
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
[RLS] Nothing happens on hover #889
Comments
You can get the language client and server log. |
When trying to hover:
I also tried with |
@Ploppz I think that is not LanguageClient-neovim issue but rls or rustc issue. |
Ok, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed LanguageClient-neovim as in the Quick start page (exact same configuration)
I installed RLS with:
rustup component add rls-preview rust-analysis rust-src
When I call
:call LanguageClient_contextMenu()
and select "Hover" or "TypeDefinition", nothing happens. Not even a message.When I select "Implementation" I get
[LC] Error: Failure { jsonrpc: Some(V2), error: Error { code: InternalError, message: "An unknown error occurred", data: None }, id: Num(6) }
.Environment
git rev-parse --short HEAD
): I did not check out git.bin/languageclient --version
): I don't have that binaryThe text was updated successfully, but these errors were encountered: