no intellisense using rust-analyzer for proto generated code #1241
Unanswered
dougcooper
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Somehow I've gotten my self into a situation where rust-analyzer reports
Unknown
for the generated types. Tonic types are fine. Unfortunately i cant share my code, but its generally organized as follows:Im just looking for possible ideas on why rust-analyze might get confused. The generated code in the tonic examples work as expected and I tried moving my
tonic::include_proto!
statements to the top of a file where the code was being used but it didnt help.Beta Was this translation helpful? Give feedback.
All reactions