You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compile_commands.json contains information about binary names, directories and source files.
It can be used instead of manually specifying the mapping.
Everyone who uses neovim for C++ will have compile_commands.json generated anyway.
The text was updated successfully, but these errors were encountered:
Hey, unfortunately I don't think this is as easy without the build tool support. Compile commands do not have link commands, and that's what you would need to map from a file to an executable.
There's a ticket for integrating with build tools (likely CMake only, bazel seems to be a lot less plugin-friendly), and I'll add a hook for customization. I'll close this issue as a duplicate.
The compile_commands.json contains information about binary names, directories and source files.
It can be used instead of manually specifying the mapping.
Everyone who uses neovim for C++ will have compile_commands.json generated anyway.
The text was updated successfully, but these errors were encountered: