Is your feature request related to a problem? Please describe.
Currently the proto files are imported into Rust as proc macros, which IDE can't unwrap dynamically.
It makes code related to gRPC API calls highlighted as error in the editor.
Describe the solution you'd like
Generate structures from *.proto files to make them available for IDE
Describe alternatives you've considered
Keep as-is, be extra-careful while editing gRPC-related code