-
-
Notifications
You must be signed in to change notification settings - Fork 171
Support Goto Definition in vscode #450
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
Comments
Do you have an idea what needs to be done to support it? I'm not using rust-analyzer personally so I'm might be a bit disconnected from how it works. But I checked previously and at least code hints worked correctly. |
Goto definition works fine for the functions like |
@zhouzq-thu latest rust-analyzer released yesterday fixed this for me |
Yes, it works now. Thanks for sharing. |
The rust-analyzer supports goto definition was fixed by rust-analyzer:14561.
However, opencv-rust doesn't support for now.
The text was updated successfully, but these errors were encountered: