devkanro / intellij-protobuf-plugin

IntelliJ-based IDEs Protobuf Language Plugin that provides Protobuf language support.
Apache License 2.0
83 stars 12 forks source link

Protobuf Client in Project has no Navigation #183

Closed thekief closed 1 year ago

thekief commented 1 year ago

I am building a small project using Rust and the Tonic library, developing in CLion using the plugins newest version.

When using the plugin there is no navigation in the client.rs file but the server.rs works just fine for whatever reason. I tried to invalidate the caches and deleted the .idea folder but none of these things seems to help.

My folder structure looks like this:

<root>
└── src/
    ├── util/
    ├── client.rs
    └── server.rs

Any ideas what could potentially cause this?

devkanro commented 1 year ago

In theory, my plugin will not affect the functionality of other languages

devkanro commented 1 year ago

Can you take a screenshot for your plugin list

thekief commented 1 year ago

I debugged some more and it seems to be an issue on Jetbrains side. Sorry for the trouble.