Skip to content

[gRPC] Pre-generate structures from *.proto #138

@generall

Description

@generall

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions