-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
cannot jump to code generated by tonic grpc #417
Comments
Please provide steps to reproduce this issue with coc-rust-analyzer. |
Hi @fannheyward here are the steps to reproduce:
then move cursor to
and hit:
|
Tested with VSCode, can't jump on |
@fannheyward are you able to jump to HelloRequest? I seem to give you a bad example. The problem that I'm having is: I cannot jump to type defined by proto file(a automatically generated rust file and it's located in target/debug). VScode works well on this point you may need add some configs |
Do you means I can't jump to this with VSCode, with |
@fannheyward yes I mean that file. I cannot jump into it using coc-rust-analyzer but I succeed with VSCode, maybe it's related to version of RA and your rustup channel |
Tested with RA nightly + rustup nightly + VSCode, still don't work... |
Ah, you said you did. |
Actually, it doesn't work for me either 😕. |
Strange it worked for me some days ago...what happened:) |
See also: rust-lang/rust-analyzer#5799
I tested it works in Vscode but not with coc.nvim + coc-rust-analyzer
The text was updated successfully, but these errors were encountered: