How to Get the Fully Qualified Name of a Symbol Under the Cursor in Rust Using coc.nvim #5241
loyalpartner
started this conversation in
General
Replies: 2 comments
-
|
You can set |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Maybe language server could return full path by hover provider, see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get the full path (fully qualified name) of the symbol under the mouse cursor, such as in Rust code where build_session is represented as rustc_session::session::build_session. Does coc.nvim have an API that can achieve this?
Beta Was this translation helpful? Give feedback.
All reactions