What steps will reproduce the problem?
1. Create two .proto files (a.proto and b.proto) with a couple of messages (no
syntax errors)
2. Create a empty .proto file (c.proto)
3. In a.proto, import b.proto and c.proto
What is the expected output? What do you see instead?
* Expected:
I should be able to navigate to the imported types of b.proto.
* Actual:
Scoping breaks because of c.proto. The editor cannot resolve types from b.proto.
Original issue reported on code.google.com by alr...@google.com on 8 Aug 2011 at 2:00
Original issue reported on code.google.com by
alr...@google.com
on 8 Aug 2011 at 2:00