(rust-analyzer) Global symbol picker does not show all symbols #9046
Unanswered
boxbeam
asked this question in
Troubleshooting
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
See #7867 and #8256 you need to tell rust-analyzer to send all symbols |
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.
-
Currently, the symbol picker for a file shows all symbols, including top-level functions, trait methods, and impl blocks. The global symbol picker shows only traits and types, and associated types in traits and impl blocks for some reason. It would be very helpful to at least be able to jump to functions from the global symbol picker.
Beta Was this translation helpful? Give feedback.
All reactions