Clion 2023.3.1 with latest bazel plugin 2023.11.23.0.1-api-version-233 no longer recognizes C++ source files
Description of the bug:
running Clion 2023.3.1 with the latest bazel plugin will display the same message above a source file as if the plugin where not installed.
And the message is accurate. Code insight features don't work.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
1、install C++ + bazel plugin(2023.11.23.0.1-api-version-233) 2、Create a bazel project, import it into clion 2023.3.1. 3、Open a external C++ source file.
Which Intellij IDE are you using? Please provide the specific version.
Clion 2023.3.1
What programming languages and tools are you using? Please provide specific versions.
C++
What Bazel plugin version are you using?
2023.11.23.0.1-api-version-233
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
Unfortunately it's a limitation of the plugin that no code insight is available for external library code. Compares to other build tools integrations in CLion, with bazel External libraries group is empty, thus the message is displayed and highlighting is limited.