Is there a way to make this similar to CMake in CLion? #352
Unanswered
bashtavenko
asked this question in
Q&A
Replies: 1 comment
-
Clion recognize compilation database. You can rely on https://github.com/hedronvision/bazel-compile-commands-extractor |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This works correctly in CLion. It correctly resolves <<< >>> resolves includes, finds all symbols, jump to any symbols. I can actually debug the code.
I wanted to use Bazel with cuda_exp. Code works fine, but I did not want to see all those red squiggles. Maybe I did not set it up correctly.
Beta Was this translation helpful? Give feedback.
All reactions