Syntax highlighting not working for external lib of PlateformeIO on CLion IDE

I created a ticket on CLion jetbrains:
https://youtrack.jetbrains.com/issue/CPP-20192

but if a CLion+PIO user has a clue for solving the problem please update this post.

Best regards

@ivankravets Can you vote for it : https://youtrack.jetbrains.com/issue/CPP-20192

So it will be addressed by CLion team

If you have a workaround please share it here

Thanks

Are you sure this isn’t the same problem described and solved in Add Clion code insight features for PIO "lib_extra_dirs" option · Issue #3460 · platformio/platformio-core · GitHub?

No I solved the issue : youtrack.jetbrains dot com/issue/CPP-20192
it is a problem of the compiler
even if we use the Espressif compiler, CLion use MSVC to parse the syntax highlinting and it doesn’t work well
when I installed MinGW+GCC, it works

1 Like