jvolkman / intellij-protobuf-editor

Protocol Buffers for IntelliJ-based IDEs
Apache License 2.0
122 stars 15 forks source link

warning to a right code. #16

Closed GrayHush closed 4 years ago

GrayHush commented 4 years ago

import same root dir path proto, warning to a right code. eg. import "heartbeat.proto"; // service.proto

GrayHush commented 4 years ago

Cannot resolve import 'heartbeat.proto'

jvolkman commented 4 years ago

Is the proto directory marked as a source root? By default the project source roots are used as protobuf roots. If your files exist elsewhere, you can change the path settings. See the section in the readme.

GrayHush commented 4 years ago

it’s really helpful. Thank you.