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: 1 comment
-
You can set |
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
-
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