I like RustRover as an IDE for Rust. It's pretty fast and has mostly working code completion. But I have not been able to get it to recognize Protobuf types. The application compiles and runs fine, but RustRover can not seem to find the generated types. This makes editing much more distracting than it needs to be as a bit part of the code is red when it doesn't need to be. Or perhaps something is not included correctly but the compiler manages to handle it?


