For any IDEs using some form of clangd
for IntelliSense run
bazel run //.vscode:compile_commands
to generate a compile_commands.json
file.
VSCode is the preferred IDE as we have setup some tooling to make working in this code base easier.
For any IDEs using some form of clangd
for IntelliSense run
bazel run //.vscode:compile_commands
to generate a compile_commands.json
file.
VSCode is the preferred IDE as we have setup some tooling to make working in this code base easier.