colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 25 forks source link

compile_commands.json and CLion #87

Closed stevemartinov closed 4 years ago

stevemartinov commented 4 years ago

Hi, does anyone know how can I use the compile_commands.json in CLion when using ROS2?

christophebedard commented 4 years ago

I've never tried it, but this seems to be what you're looking for: https://www.jetbrains.com/help/clion/compilation-database.html#compdb_clion

dirk-thomas commented 4 years ago

@stevemartinov If the previous comment answered your question please go ahead and close this ticket.

stevemartinov commented 4 years ago

Yes, thank you.