Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using bazel Clion plugin misses external libraries directories #7179

Open
jiaquanyan opened this issue Dec 17, 2024 · 1 comment
Open

Using bazel Clion plugin misses external libraries directories #7179

jiaquanyan opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
awaiting-maintainer Awaiting review from Bazel team on issues P3 We're not considering working on this, but happy to review a PR. (No assignee) product: CLion CLion plugin type: bug

Comments

@jiaquanyan
Copy link

Description of the bug:

Use bazel plugin in Clion (Remote Development)
wrong perform:
image

Use CMakeLists.txt in Clion (Remote Development)
correct execution:
image

Which category does this issue belong to?

CLion

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

  1. prepare a small bazel c++ project
  2. sync project with bazel CLion plugin
  3. check external libraries directories (no files)
    image
  4. click "Select Opened File" button (cannot navigate the file to clion editor)
    image

Which Intellij IDE are you using? Please provide the specific version.

CLion 2024.3 RC (Remote Development)

What programming languages and tools are you using? Please provide specific versions.

C++

What Bazel plugin version are you using?

2024.11.19.0.3-api-version-243

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

@ujohnny
Copy link
Collaborator

ujohnny commented Dec 17, 2024

@jiaquanyan unfortunately, Bazel for CLion does not setup information about external includes like CMake integration does.

@ujohnny ujohnny added the P3 We're not considering working on this, but happy to review a PR. (No assignee) label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-maintainer Awaiting review from Bazel team on issues P3 We're not considering working on this, but happy to review a PR. (No assignee) product: CLion CLion plugin type: bug
Projects
Status: Untriaged
Development

No branches or pull requests

2 participants