Would be really neat if a compile_commands.json could be generated.
This way IDEs based on clangd can offer completion. https://clangd.llvm.org/design/compile-commands
I tried using Bear but it did not detect any compiler invocations. What happens when you run pebble build?
Would be really neat if a
compile_commands.jsoncould be generated.This way IDEs based on clangd can offer completion. https://clangd.llvm.org/design/compile-commands
I tried using Bear but it did not detect any compiler invocations. What happens when you run
pebble build?