jvolkman / intellij-protobuf-editor

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

Built-in import paths not added to settings by default #47

Closed raqbit closed 3 years ago

raqbit commented 3 years ago

As discussed in https://github.com/jvolkman/intellij-protobuf-editor/issues/33#issuecomment-743241011:

My protobuf settings has no import paths configured by default,:

image

When I untick the automatic setting, the descriptor path turns red: image

I'm using Goland 2020.3

raqbit commented 3 years ago

After typing this up I realize what happened: I had not restarted the editor after loading the plugin.

The syntax highlighting worked without reloading, and as far as I remember it did not ask me to restart the IDE either. Starting the IDE now actually correctly shows the default import path.

jvolkman commented 3 years ago

Interesting. I did take the steps necessary to have the plugin install/uninstall without restarting, but I guess this part doesn't work. Thanks.